1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Fix failure to relink postmaster executable in the first make run if only a

single source file a few directories deep in the backend tree has changed.
This commit is contained in:
Peter Eisentraut
2002-08-10 17:59:28 +00:00
parent 029aa97f2d
commit f1d820494c
5 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for utils
#
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.18 2000/08/31 16:10:42 petere Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/Makefile,v 1.19 2002/08/10 17:59:28 petere Exp $
#
subdir = src/backend/utils/
@@ -20,7 +20,7 @@ all: SUBSYS.o fmgroids.h
SUBSYS.o: fmgrtab.o $(SUBDIROBJS)
$(LD) $(LDREL) $(LDOUT) $@ $^
$(SUBDIROBJS): $(SUBDIRS:%=%-recursive)
$(SUBDIROBJS): $(SUBDIRS:%=%-recursive) ;
.PHONY: $(SUBDIRS:%=%-recursive)
$(SUBDIRS:%=%-recursive): fmgroids.h