From 4922e999ebaada2e0ec85db634e658a420f02ca6 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 26 Jun 2002 09:14:58 +0000 Subject: [PATCH] (local-clean): Also remove builddir-setup's symlinks. --- ChangeLog | 4 ++++ GNUmakefile.in | 4 ++++ 2 files changed, 8 insertions(+) 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 -- 2.39.2