From 5fd4b588782b5247b1d70124d160cb6c9dd68d6f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 13 Apr 2010 04:38:04 +0000 Subject: moved the 'hcs' examples to be in a libdir 'examples' subdir svn path=/trunk/; revision=13436 --- externals/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/Makefile') 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)) -- cgit v1.2.1