8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3690019 commit d391bdaCopy full SHA for d391bda
src/backend/common.mk
@@ -1,7 +1,7 @@
1
#
2
# Common make rules for backend
3
4
-# $PostgreSQL: pgsql/src/backend/common.mk,v 1.3 2008/02/26 07:20:38 petere Exp $
+< 7BF5 span class="pl-c"># $PostgreSQL: pgsql/src/backend/common.mk,v 1.4 2008/02/26 08:23:31 petere Exp $
5
6
7
# When including this file, set OBJS to the object files created in
@@ -26,7 +26,7 @@ endif
26
SUBSYS.o: $(SUBDIROBJS) $(OBJS)
27
$(LD) $(LDREL) $(LDOUT) $@ $^
28
29
-objfiles.txt:: $(MAKEFILE_LIST)
+objfiles.txt:: $(MAKEFILE_LIST) | $(SUBDIROBJS) $(OBJS)
30
( $(if $(SUBDIROBJS),cat $(SUBDIROBJS); )echo $(addprefix $(subdir)/,$(OBJS)) ) >$@
31
32
objfiles.txt:: $(SUBDIROBJS) $(OBJS)
0 commit comments