Changed compiler flags

This commit is contained in:
Michiel Broek
2003-12-21 14:58:25 +00:00
parent 63e3358b8f
commit 8453035be1
4 changed files with 6 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ OTHER = Makefile issue issue.netbsd
#############################################################################
.c.o:
${CC} ${CFLAGS} -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS ${INCLUDES} ${DEFINES} -c $<
${CC} ${CFLAGS} ${INCLUDES} ${DEFINES} -c $<
all: mbtask