From fb44efeb26e55244d6f80b9c42ff6c0cef8bc5ed Mon Sep 17 00:00:00 2001 From: Thomas Lotterer Date: Tue, 9 Mar 2004 16:00:27 +0000 Subject: [PATCH] @LIBS@ should be at the _end_ of the LIBS definition, not at the beginning. Because usually the stuff in the sublibs want to use the stuff in @LIBS@ theirself. (hint from rse) --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 99e27f8..e386973 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,9 +37,9 @@ OBJS = acl.o archive.o authen.o help.o io.o generate-cookie.o \ rfcparse.o subscribe.o tool.o unsubscribe.o main.o \ queue-command.o queue-posting.o approve.o address-db.o \ version.o -LIBS = @LIBS@ librfc822/librfc822.a libmpools/libmpools.a \ +LIBS = librfc822/librfc822.a libmpools/libmpools.a \ liblists/liblists.a libargv/libargv.a \ - libconfigfile/libconfigfile.a libtext/libtext.a + libconfigfile/libconfigfile.a libtext/libtext.a @LIBS@ .SUFFIXES: .SUFFIXES: .c .o