aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-22 00:23:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-22 00:23:18 +0000
commit8f0debc7f85a861130db052da2ef629835c3d2b4 (patch)
tree35a84c9730dc9075578e7c6bed8130e23815c695 /Makefile
parent6fb4dc5a731f0773f0024c79823e875db4d4a577 (diff)
update etags to use SOURCES
svn path=/trunk/externals/ext13/; revision=13065
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d356147..b8bd912 100644
--- a/Makefile
+++ b/Makefile
@@ -160,7 +160,7 @@ dist_windows:
etags:
- etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/*/*.h
+ etags *.h $(SOURCES) ../../pd/src/*.[ch] /usr/include/*.h /usr/include/*/*.h
showpaths:
@echo "PD_PATH: $(PD_PATH)"