From 669113b59521c75434380d974b900550f43b0971 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt <ol.sc@web.de>
Date: Tue, 21 Mar 2017 20:45:36 +0100
Subject: [PATCH] Added missing line continuation.

Fixes https://github.com/cc65/cc65/issues/408
---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index edb6f5aa8..f4f29b949 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -65,7 +65,7 @@ endif
 CFLAGS += -MMD -MP -O -I common \
           -Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS) \
           -DCA65_INC=$(CA65_INC) -DCC65_INC=$(CC65_INC) -DCL65_TGT=$(CL65_TGT) \
-          -DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG)
+          -DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG) \
           -DGIT_SHA=$(GIT_SHA)
 
 LDLIBS += -lm