From 3a3cd6215d49cb02841b2b20cf8fa9b91de3a831 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Tue, 6 Jul 2010 05:57:19 +0200 Subject: build: fix endless recursion with SUBDIRS=... Signed-off-by: Patrick McHardy --- Makefile.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules.in b/Makefile.rules.in index 3abd48c8..a93a26bd 100644 --- a/Makefile.rules.in +++ b/Makefile.rules.in @@ -86,4 +86,4 @@ install: all $(SUBDIRS) $(install_targets) .PHONY: $(SUBDIRS) $(SUBDIRS): @echo -e " SUBDIR\t$@/" - @$(MAKE) -s -f Makefile.rules $(MAKECMDGOALS) SUBDIR="$@/" + @$(MAKE) -s -f Makefile.rules $(MAKECMDGOALS) SUBDIR="$@/" SUBDIRS="" -- cgit v1.2.3