From: fred Date: Sun, 24 Mar 2002 20:08:04 +0000 (+0000) Subject: lilypond-0.1.57 X-Git-Tag: release/1.5.59~3304 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e466b93a345e9a245638627d6bc35ffb8d28722f;p=lilypond.git lilypond-0.1.57 --- diff --git a/make/Rules.make b/make/Rules.make index c22e80abb8..f886422b03 100644 --- a/make/Rules.make +++ b/make/Rules.make @@ -21,16 +21,16 @@ $(outdir)/%.o: %.cc $(outdir)/%.o: $(outdir)/%.cc $(DO_CXX_COMPILE) -$(outdir)/%.cc: %.y +$(outdir)/%.cc: %.yy $(BISON) $< - mv $(shell basename $@ .cc ).tab.c $@ + mv $<.tab.c $@ -$(outdir)/%.hh: %.y +$(outdir)/%.hh: %.yy $(BISON) -d $< - mv $(shell basename $@ .hh ).tab.h $@ - mv $(shell basename $@ .hh ).tab.c $(outdir)/$(shell basename $@ .hh).cc + mv $<.tab.h $@ + mv $<.tab.c $(outdir)/$(shell basename $@ .hh).cc -$(outdir)/%.cc: %.l +$(outdir)/%.cc: %.ll $(FLEX) -Cfe -p -p -t $< > $@ # could be faster: # $(FLEX) -8 -Cf -t $< > $@ @@ -45,12 +45,6 @@ $(outdir)/%: %.m4 touch $@ -# build and config stuff: (could make this generic default rule...) -# -%/.build: - echo 0 > $@ - - $(depth)/%.txt: check-doc-deps rm -f $@ ln `find ${depth}/Documentation -name $@ -print|head -1 ` .