From 50e15a9ea2f7f41e60307291e1f54e356da50581 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 May 2007 23:06:29 +0000 Subject: switched absolute path to relative svn path=/trunk/externals/hcs/; revision=7654 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 576ff87..b8e8987 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ test_locations: make -C $(EXTERNALS_ROOT) test_locations etags: - etags *.[ch] ~/cvs/pure-data/pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h + etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h -- cgit v1.2.1