Restore the default value for CFLAGS

Commit 0ca6864 changed CFLAGS to be taken from the environment, but
without using any default value. This patch restores the old CFLAGS
value as the default one.
This commit is contained in:
Iustin Pop
2015-05-20 10:41:17 +02:00
parent 0ca68642de
commit 6fd7c41012
+1 -1
View File
@@ -1,4 +1,4 @@
#CFLAGS= -Wall -O2
CFLAGS?= -Wall -O2
SBINDIR= /sbin
BINDIR= /bin
USRBINDIR= /usr/bin