From: Jan Nieuwenhuizen Date: Wed, 26 Jun 2002 09:14:58 +0000 (+0000) Subject: (local-clean): Also remove builddir-setup's symlinks. X-Git-Tag: release/1.5.64~13 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=4922e999ebaada2e0ec85db634e658a420f02ca6;p=lilypond.git (local-clean): Also remove builddir-setup's symlinks. --- diff --git a/ChangeLog b/ChangeLog index 8ab2767367..a4bc93e300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-26 Jan Nieuwenhuizen + + * GNUmakefile.in (local-clean): Also remove builddir-setup's symlinks. + 2002-06-25 Juergen Reuter * input/test/ambitus.ly, lily/ambitus-engraver.cc, diff --git a/GNUmakefile.in b/GNUmakefile.in index 863571fe45..e2b6c8ba47 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -145,3 +145,7 @@ $(depth)/$(builddir)/share/lilypond/$(TOPLEVEL_VERSION)-force: ln -s ../../../../mf/$(outconfbase) afm && \ ln -s ../../../../mf/$(outconfbase) tfm && \ ln -s ../../../../mf/$(outconfbase) type1 + +local-clean: builddir-setup-clean +builddir-setup-clean: + @cd $(depth)/$(builddir) && rm -rf share