summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-11 21:24:18 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-11 21:24:18 +0200
commit0d1d64bbfed4dd12fde3127885c3ab02b1d1331b (patch)
treec3b0e994e44b15c3886c2735536e2a5d17161175 /src/Makefile
parent26099e95369ecb91af1d7d435699a726b53c47b9 (diff)
download0xFFFF-0d1d64bbfed4dd12fde3127885c3ab02b1d1331b.tar.bz2
Makefile: Remove duplicate flags
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9f1b511..f064e6b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
include ../config.mk
-CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE
-CFLAGS += -DVERSION=\"$(VERSION)\" -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99 -I.
+CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE -I.
+CFLAGS += -W -Wall -Wno-unused-parameter -Wno-unused-result -O2 -pedantic -std=c99
ifdef WITH_USB
CPPFLAGS += -DWITH_USB
LIBS += -lusb