summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrpj <rpj>1998-08-02 09:05:30 +0000
committerrpj <rpj>1998-08-02 09:05:30 +0000
commitb8ae98223a2602290e8578ba0a8ef3b7c03f4f05 (patch)
tree83be8b5f559567ec1270c19b6f0a3eba9f23523c /Makefile
parent73809519e368dcfe41ad403fec70ac73534ee3f1 (diff)
Sun Aug 2 19:03:42 1998 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* config.h: Create. This is a temporary stand-in for autoconf yet to be done. (HAVE_SIGNAL_H): Add. * pthread.h: Minor rearrangement for temporary config.h.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0f3653..c18458d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS = -I.
+CFLAGS = -I. -DHAVE_CONFIG_H
SRCS = attr.c cancel.c cleanup.c condvar.c create.c dll.c \
exit.c fork.c global.c misc.c mutex.c private.c sched.c \