1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +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

@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.83 2002/08/08 07:47:42 ishii Exp $
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.84 2002/08/10 17:59:28 petere Exp $
#
#-------------------------------------------------------------------------
@@ -53,7 +53,7 @@ endif # win
# Parallel make trickery
$(OBJS): $(DIRS:%=%-recursive)
$(OBJS): $(DIRS:%=%-recursive) ;
.PHONY: $(DIRS:%=%-recursive)
# Update the commonly used headers before building the subdirectories