From: Oliver Schmidt
Date: Thu, 19 Dec 2013 08:17:41 +0000 (+0100)
Subject: Moved USER_CFLAGS to the other flags.
X-Git-Tag: V2.15~205
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0adad044e7e98ccdf23249c7bb20bb349ddb9a7c;p=cc65
Moved USER_CFLAGS to the other flags.
---
diff --git a/src/Makefile b/src/Makefile
index 1a55f1fb2..7e6964579 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -27,10 +27,9 @@ else
endif
CFLAGS += -MMD -MP -O -std=c89 -I common \
- -Wall -Wextra -Wno-char-subscripts -Werror \
+ -Wall -Wextra -Wno-char-subscripts -Werror $(USER_CFLAGS) \
-DCA65_INC=$(CA65_INC) -DCC65_INC=$(CC65_INC) \
- -DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG) \
- $(USER_CFLAGS)
+ -DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG)
LDLIBS += -lm