Content-Length: 274288 | pFad | http://github.com/postgrespro/postgres_cluster/commit/d391bdac50a550fe1f10e9683ee8da59eb99adea

07 Need more dependencies to get the build order right when objfiles.txt · postgrespro/postgres_cluster@d391bda · GitHub
Skip to content

Commit d391bda

Browse files
committed
Need more dependencies to get the build order right when objfiles.txt
doesn't exist yet.
1 parent 3690019 commit d391bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Common make rules for backend
33
#
4-
# $PostgreSQL: pgsql/src/backend/common.mk,v 1.3 2008/02/26 07:20:38 petere Exp $
4+
# $PostgreSQL: pgsql/src/backend/common.mk,v 1.4 2008/02/26 08:23:31 petere Exp $
55
#
66

77
# When including this file, set OBJS to the object files created in
@@ -26,7 +26,7 @@ endif
2626
SUBSYS.o: $(SUBDIROBJS) $(OBJS)
2727
$(LD) $(LDREL) $(LDOUT) $@ $^
2828

29-
objfiles.txt:: $(MAKEFILE_LIST)
29+
objfiles.txt:: $(MAKEFILE_LIST) | $(SUBDIROBJS) $(OBJS)
3030
( $(if $(SUBDIROBJS),cat $(SUBDIROBJS); )echo $(addprefix $(subdir)/,$(OBJS)) ) >$@
3131

3232
objfiles.txt:: $(SUBDIROBJS) $(OBJS)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/d391bdac50a550fe1f10e9683ee8da59eb99adea

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy