diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 20:24:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-12 20:24:27 +0000 |
commit | 570bd71c694e353df978f6bb38dabc4ae3e259d9 (patch) | |
tree | a6fda8dae2f45f73046c0f66f2793c447c596963 /Makefile | |
parent | 21b793bd1f3889321c685f0f1d3e0d1c5b380a6e (diff) |
fixed bug in libs/folders that end in ~; bumped to 1.0.4
svn path=/trunk/externals/template/; revision=14083
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -## Pd library template version 1.0.3 +## Pd library template version 1.0.4 # For instructions on how to use this template, see: # http://puredata.info/docs/developer/MakefileTemplate LIBRARY_NAME = template @@ -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=pd-$(LIBRARY_NAME:~=)_$(LIBRARY_VERSION) UNAME := $(shell uname -s) ifeq ($(UNAME),Darwin) |