Allow parallel builds of the xfstests package
[xfstests-dev.git] / include / buildmacros
index b2559efcb803748777df82eb2e9bcc7a917946a0..801bcb618ce5994b678b7206522467d115675769 100644 (file)
@@ -122,14 +122,6 @@ INSTALL_LINGUAS = \
        done
 endif
 
-SUBDIRS_MAKERULE = \
-       @for d in $(SUBDIRS) ""; do \
-               if test -d "$$d" -a ! -z "$$d"; then \
-                       $(ECHO) === $$d ===; \
-                       $(MAKEF) -C $$d $@ || exit $$?; \
-               fi; \
-       done
-
 MAN_MAKERULE = \
        @for f in *.[12345678] ""; do \
                if test ! -z "$$f"; then \