aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-05-17 20:43:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-05-17 20:43:50 +0000
commitd458454882c7e9fb5d18b29fe2e6ad909823a578 (patch)
tree941481555f8df31893358a2dab3fcce9626e4137 /externals
parent684fb6f8c6b42a89643750ebda2fd74f4ae0db95 (diff)
fixed wiiremote.pd_darwin install
svn path=/trunk/; revision=7692
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index b870ec09..5ec1f353 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -2222,7 +2222,8 @@ wiiremote: $(externals_src)/io/wiiremote/wiiremote.$(EXTENSION)
wiiremote_install: wiiremote
install -d $(objectsdir)/$(WIIREMOTE_NAME)
- install -p $(WIIREMOTE_OBJECTS:.c=.$(EXTENSION)) $(objectsdir)/$(WIIREMOTE_NAME)
+ install -p $(externals_src)/io/wiiremote/wiiremote.$(EXTENSION) \
+ $(objectsdir)/$(WIIREMOTE_NAME)
# install -d $(helpdir)/$(WIIREMOTE_NAME)
# install -p $(externals_src)/io/wiiremote/*.pd \
# $(helpdir)/$(WIIREMOTE_NAME)