summaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorBruce Momjian2003-08-08 02:55:08 +0000
committerBruce Momjian2003-08-08 02:55:08 +0000
commit30c63f460abdfe51bd58a5370c8f4da60ffd34ea (patch)
treea307dfc5efbfebec8276fd38da9e98dbd8f72a28 /src/port
parente8dd31701b8d29966d904bb1d3dc5d2af4e8ab26 (diff)
More threading cleanups.
Diffstat (limited to 'src/port')
-rw-r--r--src/port/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/Makefile b/src/port/Makefile
index d6de2d88907..653f5b3b833 100644
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -7,7 +7,7 @@
# with broken/missing library files.
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.4 2003/06/14 14:35:42 momjian Exp $
+# $Header: /cvsroot/pgsql/src/port/Makefile,v 1.5 2003/08/08 02:55:08 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -23,7 +23,7 @@ libpgport.a: $(LIBOBJS)
$(AR) crs $@ $^
thread.o: thread.c
- $(CC) $(CFLAGS) $(THREAD_CFLAGS) -c thread.c
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CFLAGS) -c thread.c
clean distclean maintainer-clean:
rm -f libpgport.a $(LIBOBJS)