From: John Mandereau Date: Sat, 5 Apr 2008 11:47:07 +0000 (+0200) Subject: Makefiles nit X-Git-Tag: release/2.11.44-1~27^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=829be1f18fee7f2514bd6d2c28f22ce4fc6bbf9a;p=lilypond.git Makefiles nit Get rid of "out/.info-images-dir.dep" warning, and remove debugging output --- diff --git a/make/ly-rules.make b/make/ly-rules.make index 964e4eefa0..6993715ebe 100644 --- a/make/ly-rules.make +++ b/make/ly-rules.make @@ -15,7 +15,6 @@ $(outdir)/%.texi: %.tely $(outdir)/%.texi: $(outdir)/%.tely - echo $(LILYPOND_BOOK_PROCESS) $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BOOK_PROCESS) $(LILYPOND_BOOK_INCLUDES) $(LILYPOND_BOOK_LILYPOND_FLAGS)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) $< # # DON'T REMOVE SOURCE FILES, otherwise the .TEXI ALWAYS OUT OF DATE. diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 88a4fe47a2..d346c04fe8 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -8,7 +8,7 @@ # symlinks, see replace_symlinks_urls in # buildscripts/add_html_footer.py. -ifneq ($(INFO_IMAGES_DIR),) +ifneq ($(INFO_IMAGES_DIR),'') # make dereferences symlinks, and $(INFO_IMAGES_DIR) is a symlink # to $(outdir), so we can't use directly $(INFO_IMAGES_DIR) as a