@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)
This commit is contained in:
Thomas Lotterer 2004-03-09 16:00:27 +00:00
parent 67441119e4
commit fb44efeb26

View File

@ -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 \ rfcparse.o subscribe.o tool.o unsubscribe.o main.o \
queue-command.o queue-posting.o approve.o address-db.o \ queue-command.o queue-posting.o approve.o address-db.o \
version.o version.o
LIBS = @LIBS@ librfc822/librfc822.a libmpools/libmpools.a \ LIBS = librfc822/librfc822.a libmpools/libmpools.a \
liblists/liblists.a libargv/libargv.a \ liblists/liblists.a libargv/libargv.a \
libconfigfile/libconfigfile.a libtext/libtext.a libconfigfile/libconfigfile.a libtext/libtext.a @LIBS@
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .c .o .SUFFIXES: .c .o