From 246f98cb45a3e3e63eaf99dfed5a35bd1254ec13 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 21 Mar 2006 16:19:24 +0000 Subject: moved pd patches out of the separate 'pd' folder into the root of the mapping project so that its easy to make the development environment match the final install environment svn path=/trunk/; revision=4748 --- externals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/Makefile b/externals/Makefile index c976edf7..b4ab6c50 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -738,7 +738,7 @@ mapping_install: mapping --version "" # no compiled objects yet... # install -p $(MAPPING_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(MAPPING_NAME) - install -p $(externals_src)/mapping/pd/*.pd $(objectsdir)/$(MAPPING_NAME) + install -p $(externals_src)/mapping/*.pd $(objectsdir)/$(MAPPING_NAME) install -d $(helpdir)/$(MAPPING_NAME) install -p $(externals_src)/mapping/help/*.pd \ $(helpdir)/$(MAPPING_NAME) -- cgit v1.2.1