mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
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.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Makefile for utils/fmgr
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $PostgreSQL: pgsql/src/backend/utils/fmgr/Makefile,v 1.14 2003/11/29 19:52:01 pgsql Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/utils/fmgr/Makefile,v 1.15 2003/12/23 21:56:20 tgl Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@@ -24,3 +24,7 @@ SUBSYS.o: $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f SUBSYS.o $(OBJS)
|
||||
|
||||
|
||||
# ensure that changes in PKGLIBDIR propagate to dfmgr.o
|
||||
dfmgr.o: dfmgr.c $(top_builddir)/src/Makefile.global
|
||||
|
||||
Reference in New Issue
Block a user