Commit b25a8933 by Jason Merrill Committed by Jason Merrill

Makefile.in (TAGS): Don't mess with c-parse.[ch].

        * Makefile.in (TAGS): Don't mess with c-parse.[ch].
        Do include c-parse.in.

From-SVN: r82582
parent b9696fd4
2004-06-02 Jason Merrill <jason@redhat.com>
* Makefile.in (TAGS): Don't mess with c-parse.[ch].
Do include c-parse.in.
2004-06-02 Eric Christopher <echristo@redhat.com>
* c-typeck.c (common_type): Don't lose type qualifiers
......
......@@ -3517,11 +3517,7 @@ TAGS: lang.tags
incs="$$incs --include $$dir/TAGS.sub"; \
fi; \
done; \
mkdir tmp-tags; \
mv -f c-parse.[ch] tmp-tags; \
etags -o TAGS.sub *.y *.h *.c; \
mv tmp-tags/* .; \
rmdir tmp-tags; \
etags -o TAGS.sub *.y *.h *.c -l yacc c-parse.in; \
etags --include TAGS.sub $$incs)
# ------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment