1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Simplify etags command.

llvm-svn: 954
This commit is contained in:
Vikram S. Adve 2001-10-22 13:58:22 +00:00
parent 67da8bfa0c
commit 17c7daff14
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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