diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-13 04:38:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-13 04:38:04 +0000 |
commit | 5fd4b588782b5247b1d70124d160cb6c9dd68d6f (patch) | |
tree | ce2d0c89ac424e5a637f3303d7b39277942697d6 /externals/Makefile | |
parent | 01a73a6911ea1ae5505c28f3fc911bf46bae83b2 (diff) |
moved the 'hcs' examples to be in a libdir 'examples' subdir
svn path=/trunk/; revision=13436
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile index cb3bd150..bc947c3e 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -770,9 +770,9 @@ hcs_install: hcs # install -d $(DESTDIR)$(readmesdir) # install -p $(externals_src)/hcs/README \ # $(DESTDIR)$(readmesdir)/$(HCS_NAME).txt - install -d $(DESTDIR)$(examplesdir)/$(HCS_NAME) + install -d $(DESTDIR)$(objectsdir)/$(HCS_NAME)/examples install -p $(externals_src)/hcs/examples/*.pd \ - $(DESTDIR)$(examplesdir)/$(HCS_NAME) + $(DESTDIR)$(objectsdir)/$(HCS_NAME)/examples hcs_clean: -rm -f -- $(HCS_OBJECTS:.c=.$(EXTENSION)) |