* fix dependencies solaris is a little pickier here.
authorWilfried Göesgens <willi@citadel.org>
Mon, 5 Oct 2009 19:15:11 +0000 (19:15 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 5 Oct 2009 19:15:11 +0000 (19:15 +0000)
libcitadel/tests/Makefile.in

index 38327be4810a1f12ec6defb66f5abd3c87f11eed..95808e7d08e55229f00e7d0d93e1f2a63de5b1c3 100644 (file)
@@ -5,8 +5,8 @@ CC=@CC@
 CFLAGS=@CFLAGS@
 DEFS=@DEFS@
 INSTALL=@INSTALL@
-LIBOBJS=@LIBOBJS@ -lcunit
-LIBS=@LIBS@
+LIBOBJS=@LIBOBJS@
+LIBS=@LIBS@  -lcunit
 LDFLAGS=@LDFLAGS@ -dn
 SED=@SED@
 LCUNIT_DEFS=
@@ -34,22 +34,19 @@ stringbuf_test:     $(LIBOBJS) stringbuf_test.o
        $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
        stringbuf_test.o \
        ../.libs/libcitadel.a \
-       -o stringbuf_test \
-       $(LIBS)
+       -o stringbuf_test
 
 stringbuf_IO_test:     $(LIBOBJS) stringbuf_IO_test.o 
        $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
        stringbuf_IO_test.o \
        ../.libs/libcitadel.a \
-       -o stringbuf_io_test \
-       $(LIBS)
+       -o stringbuf_io_test
 
 stringbuf_conversion_test:     $(LIBOBJS) stringbuf_conversion.o 
        $(CC) $(LDFLAGS) $(LIBOBJS) $(LIBS) \
        stringbuf_conversion.o \
        ../.libs/libcitadel.a \
-       -o stringbuf_conversion_test \
-       $(LIBS)
+       -o stringbuf_conversion_test 
 
 .c.o:
        $(CC) $(CFLAGS) $(DEFS) -c  $<