Skip to content

Commit

Permalink
Changed order of cmdline arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed Feb 16, 2015
1 parent 05729d9 commit 97e5747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -290,7 +290,7 @@ unittest : $(addsuffix .d,$(addprefix unittest/,$(D_MODULES)))
else
unittest : unittest-debug unittest-release
unittest-%:
$(MAKE) $(MAKEFLAGS) unittest -f $(MAKEFILE) OS=$(OS) MODEL=$(MODEL) DMD=$(DMD) BUILD=$*
$(MAKE) -f $(MAKEFILE) $(MAKEFLAGS) unittest OS=$(OS) MODEL=$(MODEL) DMD=$(DMD) BUILD=$*
endif

depend: $(addprefix $(ROOT)/unittest/,$(addsuffix .deps,$(D_MODULES)))
Expand Down

0 comments on commit 97e5747

Please sign in to comment.