summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
diff options
context:
space:
mode:
authorTom Lane2004-11-20 21:13:06 +0000
committerTom Lane2004-11-20 21:13:06 +0000
commita34d76ef65b39bd18353a2c07ae8d4651cdb5403 (patch)
treeacce20c6038ff8627a4bf3fc2005f9c5de69f22b /src/Makefile.shlib
parent3e3f283e31b4e1da061970e048efe239a70b294d (diff)
Fix up makefile dependencies for pg_config_paths.h.
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 6653b270e91..002071e06cc 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.89 2004/11/19 21:27:42 tgl Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.90 2004/11/20 21:13:04 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -257,9 +257,9 @@ endif # enable_shared
all-lib: all-static-lib all-shared-lib
-all-static-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h lib$(NAME).a
+all-static-lib: lib$(NAME).a
-all-shared-lib: $(PTHREAD_H_WIN32) $(top_builddir)/src/port/pg_config_paths.h $(shlib)
+all-shared-lib: $(shlib)
ifndef LORDER
MK_NO_LORDER := true