diff options
-rw-r--r-- | Makefile.common | 2 | ||||
-rw-r--r-- | Makefile.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index e56b668e52..3c29a37033 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 e56b668e52..3c29a37033 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 |