diff loader/dmo/Makefile @ 19496:eacc821fd889

Remove reference to non-existent variable.
author diego
date Tue, 22 Aug 2006 23:23:37 +0000
parents 4f71ed7cb512
children 618d1857f4c4
line wrap: on
line diff
--- a/loader/dmo/Makefile	Tue Aug 22 23:20:05 2006 +0000
+++ b/loader/dmo/Makefile	Tue Aug 22 23:23:37 2006 +0000
@@ -26,7 +26,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c $(CFLAGS) -o test ./libDMO_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++
+	$(CC) test.c $(CFLAGS) -o test ./libDMO_Filter.a ../libloader.a -lstdc++
 
 all:	$(LIBNAME)