From: Vikram S. Adve Date: Mon, 22 Oct 2001 13:58:22 +0000 (+0000) Subject: Simplify etags command. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=27dc7b6b9d9393a663a39272bdafd8aa4c01259d;p=oota-llvm.git Simplify etags command. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.common b/Makefile.common index e56b668e527..3c29a370334 100644 --- a/Makefile.common +++ b/Makefile.common @@ -143,7 +143,7 @@ endif ifeq ($(LEVEL), .) tags: - etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'` + etags -l c++ `find . -name '*.cpp' -o -name '*.h'` all:: tags diff --git a/Makefile.rules b/Makefile.rules index e56b668e527..3c29a370334 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -143,7 +143,7 @@ endif ifeq ($(LEVEL), .) tags: - etags -l c++ `find . -name '*.cpp'` `find . -name '*.h'` + etags -l c++ `find . -name '*.cpp' -o -name '*.h'` all:: tags