]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Initial.make
release: 0.0.40
[lilypond.git] / make / Initial.make
index 24c5cecc3a3b8d213674cd51334e7db91419f5ba..444eb661ca62f431974640232542eb7a40913c4d 100644 (file)
@@ -31,19 +31,9 @@ include ./$(depth)/make/Variables.make
 
 # ugh
 # initdefault: $(CCDIR)/parser.cc $(CCDIR)/lexer.cc hdr/version.hh alldeps
-initdefault: check-flower-version $(lily-version) dummydep
+initdefault: check-flower-version $(lily-version) check-mi2mu-version dummydep
 #      $(MAKE) -C ./$(depth)/lily $(outdir)/parser.cc
 
-# ugh!
-dummydep: 
-       touch ./$(depth)/flower/lib/$(depdir)/dummy.dep
-       touch ./$(depth)/lib/$(depdir)/dummy.dep
-       touch ./$(depth)/lily/$(depdir)/dummy.dep
-       touch ./$(depth)/m2m/$(depdir)/dummy.dep
-
-#$(DEPDIR)/%.dep:  $(CCDIR)/%.cc
-#      $(DODEP) $(CXX) -E  $(CXXFLAGS) $^ > /dev/null
-
 # generic targets and rules:
 #
 include ./$(depth)/make/Targets.make