diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-22 00:23:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-01-22 00:23:18 +0000 |
commit | 8f0debc7f85a861130db052da2ef629835c3d2b4 (patch) | |
tree | 35a84c9730dc9075578e7c6bed8130e23815c695 /Makefile | |
parent | 6fb4dc5a731f0773f0024c79823e875db4d4a577 (diff) |
update etags to use SOURCES
svn path=/trunk/externals/ext13/; revision=13065
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |