From c2fb006ecb2846b04542da589fe61196bc6b03b3 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 21 May 2004 00:09:21 +0000 Subject: Pass given flags on to recursive sub-makes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13616 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 55abdfae46..3009045a23 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -402,7 +402,7 @@ all install clean test bytecode stripped-bytecode install-bytecode:: $(MKDIR) $$dir; \ cp $(SourceDir)/$$dir/Makefile $$dir/Makefile; \ fi; \ - ($(MAKE) -C $$dir $@) || exit 1; \ + ($(MAKE) -C $$dir $@ $(MFLAGS)) || exit 1; \ done endif -- cgit v1.2.3-18-g5258