diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:16:42 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:16:42 -0400 |
commit | 2ecaa462efc710ae8f55af9dd5371b4d67bfd620 (patch) | |
tree | dc25beae0ffc4a0e41084d3ade3e80a5d434e128 /Makefile | |
parent | 1cea952a55ff91028b4e7f89be26efd3a2cbe04b (diff) |
Use _GNU_SOURCE for all files. Fix wrong prototypes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ else | |||
11 | endif | 11 | endif |
12 | 12 | ||
13 | 13 | ||
14 | CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 | 14 | CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 -D_GNU_SOURCE |
15 | CPPFLAGS=-Wall -g | 15 | CPPFLAGS=-Wall -g |
16 | 16 | ||
17 | LIBS= ./liblitmus.a | 17 | LIBS= ./liblitmus.a |