From: fred Date: Sun, 24 Mar 2002 19:33:54 +0000 (+0000) Subject: lilypond-0.0.38 X-Git-Tag: release/1.5.59~5268 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a60eb7458b0018b81d78ea44fb7a71475a64d4e;p=lilypond.git lilypond-0.0.38 --- 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)