From 8f0debc7f85a861130db052da2ef629835c3d2b4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 22 Jan 2010 00:23:18 +0000 Subject: update etags to use SOURCES svn path=/trunk/externals/ext13/; revision=13065 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.1