Some experiments with the Makefiles

This commit is contained in:
Michiel Broek
2003-12-17 22:16:08 +00:00
parent 2e58d4339a
commit bd3d44e8b5
8 changed files with 3900 additions and 641 deletions

View File

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