Skip to content
Snippets Groups Projects
Commit 1dfeda7a authored by deuce's avatar deuce
Browse files

Use $(MAKE) rather than gmake.

Node: This SHOULD pass command-line arguments to child make but doesn't/
parent 8698a02b
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,7 @@ $(MAKEUSER): \
depend:
@$(DELETE) $(LIBODIR)/.depend
@$(DELETE) $(EXEODIR)/.depend
gmake BUILD_DEPENDS=1
$(MAKE) BUILD_DEPENDS=1
# Auto-dependency files (should go in output dir, but gcc v2.9.5 puts in cwd)
-include ./*.d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment