fixed linking
authorDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2000 23:12:03 +0000 (23:12 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 26 Feb 2000 23:12:03 +0000 (23:12 +0000)
comedi/kcomedilib/Makefile

index 0968866cda1c5c87d32b2b9581188e737769bd00..4442fc8ec730f6c460de5d0e83782d1eba510a65 100644 (file)
@@ -14,5 +14,5 @@ M_OBJS := kcomedilib.o
 include $(TOPDIR)/Rules.make
 
 kcomedilib.o: $(MI_OBJS) $(MIX_OBJS)
-       $(LD) -r -o $@ $(MI_OBJS) $(MIX_OBS)
+       $(LD) -r -o $@ $(MI_OBJS) $(MIX_OBJS)