summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-12-23 21:56:21 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-12-23 21:56:21 +0000
commitcd2ad9b944fb236557bfe85999ac56857e0f22cd (patch)
tree415bbcd26fa32e432bb67688e5097b8135806f17 /src/bin/pg_dump/Makefile
parent358d032f9855cfa95a5de174c0bf052097e649f0 (diff)
downloadpostgresql-cd2ad9b944fb236557bfe85999ac56857e0f22cd.tar.gz
Fix a number of places where reconfiguring with a different installation
prefix would fail, because the new path did not get propagated to where it needed to be. Note this would fail even with --enable-depend.
Diffstat (limited to 'src/bin/pg_dump/Makefile')
-rw-r--r--src/bin/pg_dump/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bin/pg_dump/Makefile b/src/bin/pg_dump/Makefile
index 5e36f7f082..f345899f96 100644
--- a/src/bin/pg_dump/Makefile
+++ b/src/bin/pg_dump/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.42 2003/12/06 03:00:11 tgl Exp $
+# $PostgreSQL: pgsql/src/bin/pg_dump/Makefile,v 1.43 2003/12/23 21:56:21 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -51,3 +51,7 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_dump$(X) pg_restore$(X) pg_dumpall$(X) $(OBJS) pg_dump.o common.o pg_dump_sort.o pg_restore.o pg_dumpall.o
+
+
+# ensure that changes in bindir etc. propagate into object file
+pg_dumpall.o: pg_dumpall.c $(top_builddir)/src/Makefile.global