]> granicus.if.org Git - postgresql/blobdiff - src/backend/common.mk
Don't apply sortgroupref labels to a tlist that might not match.
[postgresql] / src / backend / common.mk
index 4e0a5da3334de8807b0a73681c5b3d16ae2c4ba9..5d599dbd0ca2519436702a934e2fb666aa53aaf3 100644 (file)
@@ -34,7 +34,7 @@ objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
 expand_subsys = $(foreach file,$(1),$(if $(filter %/objfiles.txt,$(file)),$(patsubst ../../src/backend/%,%,$(addprefix $(top_builddir)/,$(shell cat $(file)))),$(file)))
 
 # Parallel make trickery
-$(SUBDIROBJS): $(SUBDIRS:%=%-recursive) ;
+$(SUBDIROBJS): $(SUBDIRS:%=%-recursive) ;
 
 .PHONY: $(SUBDIRS:%=%-recursive)
 $(SUBDIRS:%=%-recursive):
@@ -44,3 +44,5 @@ $(call recurse,clean)
 clean: clean-local
 clean-local:
        rm -f $(subsysfilename) $(OBJS)
+
+$(call recurse,coverage)