posix 2 hates symlinks

This commit is contained in:
Connor Lane Smith 2011-05-24 19:22:28 +01:00
parent a07ea108ad
commit 4fc1ad22ad
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ VERSION = 0.0
AR = ar
CPPFLAGS = -D_POSIX_C_SOURCE=2
CFLAGS = -Os -std=c99 -Wall -pedantic $(CPPFLAGS)
CPPFLAGS = -D_POSIX_C_SOURCE=200112L
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
LDFLAGS = -s -static