aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-10-23 03:40:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-10-23 03:40:39 +0000
commita31c391dc384912d8eb511feb62a12aae0ce7005 (patch)
tree8323dbe6985690233d2642aea4682d573bdb9e6f /Makefile
parent9554c20806f8da1482790543f2ec5a3c91b363d0 (diff)
got everything running under GNU/Linux again, time to switch back to MacOS X
svn path=/trunk/externals/hcs/hid/; revision=2144
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c5bfe5..b26ec6a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ INCLUDE = -I./ -I../../../pd/src -I./HID\ Utilities\ Source
$(CC) $(LDFLAGS) -o $*.pd_darwin *.o
.o.pd_linux:
- ld $(LDFLAGS) -o $*.pd_linux $*.o -lc -lm
+ ld $(LDFLAGS) -o $*.pd_linux *.o -lc -lm
strip --strip-unneeded $*.pd_linux
# rm $*.o