aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 18:46:11 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-13 18:46:11 +0000
commitb4535148a75c3a00cd5f97bd492cb1c140beaf2d (patch)
tree1c14d2980756261365538420b45cc8bbae44173c /Makefile
parenta47e684951795942bec73a60368be9717ab2eef3 (diff)
changed paths to reflect puredata-import package name
svn path=/trunk/externals/import/; revision=14126
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 006a12e..fa34389 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ ALLSOURCES := $(SOURCES) $(SOURCES_android) $(SOURCES_cygwin) $(SOURCES_macosx)
$(SOURCES_iphoneos) $(SOURCES_linux) $(SOURCES_windows)
DISTDIR=$(LIBRARY_NAME)-$(LIBRARY_VERSION)
-ORIGDIR=pd-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION)
+ORIGDIR=puredata-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION)
UNAME := $(shell uname -s)
ifeq ($(UNAME),Darwin)