From 0ab3828244271573e1ad45c74b76efdaf8b2ee0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 5 Oct 2009 19:15:11 +0000 Subject: [PATCH] * fix dependencies solaris is a little pickier here. --- libcitadel/tests/Makefile.in | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libcitadel/tests/Makefile.in b/libcitadel/tests/Makefile.in index 38327be48..95808e7d0 100644 --- a/libcitadel/tests/Makefile.in +++ b/libcitadel/tests/Makefile.in @@ -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 $< -- 2.39.2