]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.94
authorfred <fred>
Tue, 26 Mar 2002 23:56:51 +0000 (23:56 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:56:51 +0000 (23:56 +0000)
stepmake/stepmake/generic-targets.make
stepmake/stepmake/generic-vars.make

index 5552912e20617afb24d48b06e0fc2ee7e9701ffc..f9ee8b35df2d493eecb254be9e8990b17992d841 100644 (file)
@@ -108,8 +108,8 @@ html: $(HTML_FILES)
 
 TAGS:
        -if [ "$(TAGS_FILES)" != "" ]; then \
-               etags -CT $(TAGS_FILES) || \
-               ctags -h ".h.hh.tcc.icc" $(TAGS_FILES) $(ERROR_LOG); \
+               etags $(ETAGS_FLAGS) $(TAGS_FILES) || \
+               ctags $(CTAGS_FLAGS) ".h.hh.tcc.icc" $(TAGS_FILES) $(ERROR_LOG); \
        fi
 
        $(LOOP)
index ebcbe573aaddd9d632cf3934a23b0fa091854de4..f165a99e9330a011583527a1a149861916674b7b 100644 (file)
@@ -136,5 +136,8 @@ endif
 DO_STRIP=true
 LOOP=$(foreach i,  $(SUBDIRS), $(MAKE) PACKAGE=$(PACKAGE) -C $(i) $@ &&) true
 
+ETAGS_FLAGS=-CT
+CTAGS_FLAGS=-h
 
 include $(stepdir)/files.make
+