aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-28 10:54:53 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-28 10:54:53 +0000
commitfada33915abdf52dd845d6bcedcf41818ba5d2c3 (patch)
tree7413cec7692da00566fffc84f65bdb517b5a9251 /externals
parent41b3f2f68bd4d7f521c4e0090289bbb187184981 (diff)
moved files to reflect name change to [akawiiremote]
svn path=/trunk/; revision=9932
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 5d01cf71..31d8216d 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -279,13 +279,13 @@ AKA.WIIREMOTE_OBJECTS := $(AKA.WIIREMOTE_SRC:.c=.o)
$(AKA.WIIREMOTE_OBJECTS) : %.o : %.c
$(CC) $(CFLAGS) -o "$*.o" -c "$*.c"
-$(externals_src)/io/aka.wiiremote/aka.wiiremote.$(EXTENSION): $(AKA.WIIREMOTE_OBJECTS)
+$(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION): $(AKA.WIIREMOTE_OBJECTS)
$(CC) $(LDFLAGS) -o $(externals_src)/io/aka.wiiremote/aka.wiiremote.$(EXTENSION) \
$(AKA.WIIREMOTE_OBJECTS) -weak_framework IOBluetooth \
-weak_framework CoreFoundation
# $(STRIP) $(externals_src)/io/aka.wiiremote/aka.wiiremote.$(EXTENSION)
-aka.wiiremote: $(externals_src)/io/aka.wiiremote/aka.wiiremote.$(EXTENSION)
+aka.wiiremote: $(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION)
aka.wiiremote_install: aka.wiiremote
install -d $(objectsdir)/$(AKA.WIIREMOTE_NAME)