mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
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
This commit is contained in:
parent
972c0c9f0a
commit
c2fb006ecb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user