Преглед изворни кода

move inclusion of Makefile.local to the end to avoid surprising results

Dr Scofield пре 15 година
родитељ
комит
96259e82f6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -1,7 +1,5 @@
 NANT	= $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
 
-include $(wildcard Makefile.local)
-
 all: prebuild
 	# @export PATH=/usr/local/bin:$(PATH)
 	${NANT}
@@ -27,3 +25,5 @@ test-xml: prebuild
 tags:
 	find OpenSim -name \*\.cs | xargs etags 
 
+include $(wildcard Makefile.local)
+