aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:16:42 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-05-02 11:16:42 -0400
commit2ecaa462efc710ae8f55af9dd5371b4d67bfd620 (patch)
treedc25beae0ffc4a0e41084d3ade3e80a5d434e128 /Makefile
parent1cea952a55ff91028b4e7f89be26efd3a2cbe04b (diff)
Use _GNU_SOURCE for all files. Fix wrong prototypes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46fd9b3..b84b865 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ else
11endif 11endif
12 12
13 13
14CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 14CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 -D_GNU_SOURCE
15CPPFLAGS=-Wall -g 15CPPFLAGS=-Wall -g
16 16
17LIBS= ./liblitmus.a 17LIBS= ./liblitmus.a