From 13d760bf8e78ef022c91701242e069e97c530619 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 8 Apr 2005 06:28:45 +0000 Subject: [PATCH] *** empty log message *** --- GNUmakefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index e654362a75..cd0dd2c4a6 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -102,7 +102,7 @@ PO_FILES = $(wildcard $(srcdir)/po/*.po) HELP_CATALOGS = $(PO_FILES:$(srcdir)/po/%.po=%) CATALOGS = $(HELP_CATALOGS:lilypond=) -$(tree-prefix)/lilypond-force: GNUmakefile +$(tree-prefix)/lilypond-force link-tree: GNUmakefile # Preparing LilyPond tree for builddir exec cd $(builddir) && rm -rf lib share mkdir -p $(builddir)/lib/$(package) @@ -152,7 +152,8 @@ $(tree-prefix)/lilypond-force: GNUmakefile mkdir -p $(share-prefix)/locale/$i/LC_MESSAGES && \ cd $(share-prefix)/locale/$i/LC_MESSAGES && \ ln -sf ../../../../po/$(outconfbase)/$i.mo lilypond.mo &&) true - touch $@ +# touch $@ + touch $(tree-prefix)/lilypond-force local-clean: builddir-setup-clean builddir-setup-clean: -- 2.39.5