Fix wrong order of submake arguments
This commit is contained in:
parent
6f12a031f5
commit
3229ef5c58
@ -141,7 +141,7 @@ ALL_COMPILEFLAGS=$(COMPILER_FLAGS) $(INTERNAL_COMPILERFLAGS)
|
|||||||
ALL_LINKFLAGS=$(INTERNAL_LINKFLAGS) $(LDFLAGS)
|
ALL_LINKFLAGS=$(INTERNAL_LINKFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
#Arguments to make submake use this makefile without "Entering directory" stuff
|
#Arguments to make submake use this makefile without "Entering directory" stuff
|
||||||
SUBMAKE_ARGUMENTS::=--no-print-directory -f -e "$(THIS_MAKEFILE_NAME)"
|
SUBMAKE_ARGUMENTS::=--no-print-directory -e -f "$(THIS_MAKEFILE_NAME)"
|
||||||
#just a variable for a newline
|
#just a variable for a newline
|
||||||
define \n
|
define \n
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user