diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-05-10 23:06:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-05-10 23:06:29 +0000 |
commit | 50e15a9ea2f7f41e60307291e1f54e356da50581 (patch) | |
tree | 1d62e195b2b047b63a5e421465600eb877245f8b /Makefile | |
parent | 8918924a8278ed198e1efb22aaad1d011e653447 (diff) |
switched absolute path to relative
svn path=/trunk/externals/hcs/; revision=7654
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |