@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:
parent
67441119e4
commit
fb44efeb26
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user