blob: 45eb9ea9b9185cf998c4777fc666afc5e6ec43be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- libgai/Makefile.orig Mon Jun 2 18:03:30 1997
+++ libgai/Makefile Thu Sep 30 11:34:11 1999
@@ -6,9 +6,13 @@
# appear in the book (too much clutter, given the amount of conditional
# testing for all the code in this directory).
+CFLAGS += -I..
+
all: ${LIBGAI_OBJS}
ar rv ${LIBUNP_NAME} $?
${RANLIB} ${LIBUNP_NAME}
+ ar rv ${LIBUNP_THREADSAFE_NAME} $?
+ ${RANLIB} ${LIBUNP_THREADSAFE_NAME}
PROGS = testga test1
|