From 5a60eb7458b0018b81d78ea44fb7a71475a64d4e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:33:54 +0000 Subject: [PATCH] lilypond-0.0.38 --- hdr/Makefile | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hdr/Makefile b/hdr/Makefile index 384c9bc39e..aab2511d4f 100644 --- a/hdr/Makefile +++ b/hdr/Makefile @@ -6,7 +6,7 @@ dist: TAGS: $(hdr) - etags -CT $(hdr) + $(TAGSACTION) $^ clean: rm -f parser.hh diff --git a/src/Makefile b/src/Makefile index e78d5785f7..f49e05d64d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ dist: ln $(DISTFILES) $(DDIR)/$(SUBDIR) TAGS: $(allcc) - etags -CT $(allcc) + $(TAGSACTION) $^ clean: rm -f $(gencc) -- 2.39.5