summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorBruce Momjian2004-10-12 01:04:11 +0000
committerBruce Momjian2004-10-12 01:04:11 +0000
commit29e7dc420a693e8fc0a0b80bbf97cf738eac735e (patch)
tree2042612f7bb4f6ba8f72719ec1acb8935dd4db6f /src/Makefile.shlib
parentd10a406fe8567fffb6c6aad76e11d5acc93c1ec1 (diff)
Add some pg_config_path.h dependencies for places that include
pg_config_paths.h outside of /src/port.
Diffstat (limited to 'src/Makefile.shlib')
-rw-r--r--src/Makefile.shlib6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 5379aedc015..2fbc4b7595c 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
#
# IDENTIFICATION
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.79 2004/10/08 04:22:59 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.80 2004/10/12 01:04:09 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -245,9 +245,9 @@ endif # enable_shared
all-lib: all-static-lib all-shared-lib
-all-static-lib: lib$(NAME).a
+all-static-lib: $(PTHREAD_H_WIN32) $(top_srcdir)/src/port/pg_config_paths.h lib$(NAME).a
-all-shared-lib: $(shlib)
+all-shared-lib: $(PTHREAD_H_WIN32) $(top_srcdir)/src/port/pg_config_paths.h $(shlib)
ifneq ($(PORTNAME), cygwin)
ifneq ($(PORTNAME), win32)