mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-29 13:00:19 +02:00
makefile_base.mak: Fix nested make invoking wrong makefile
Effectively a no-op since outer makefile only sets variables we'd inherit either way, but a silly landmine
This commit is contained in:
parent
d751c57451
commit
a556fa1983
@ -17,7 +17,7 @@ export
|
||||
$(MAKECMDGOALS): nested_make
|
||||
|
||||
nested_make:
|
||||
$(MAKE) $(MAKECMDGOALS) -f ../build/makefile_base.mak NO_NESTED_MAKE=1
|
||||
$(MAKE) $(MAKECMDGOALS) -f $(firstword $(MAKEFILE_LIST)) NO_NESTED_MAKE=1
|
||||
|
||||
else # (Rest of the file is the else)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user