From 27dc7b6b9d9393a663a39272bdafd8aa4c01259d Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Mon, 22 Oct 2001 13:58:22 +0000 Subject: [PATCH] Simplify etags command. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@954 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 2 +- Makefile.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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