Check-in Number:
|
4446 | |
Date: |
2004-Mar-09 17:00:27 (local)
2004-Mar-09 16:00:27 (UTC) |
User: | thl |
Branch: | |
Comment: |
@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) |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/Makefile.in 1.48 -> 1.49
--- Makefile.in 2004/03/09 13:19:33 1.48
+++ Makefile.in 2004/03/09 16:00:27 1.49
@@ -37,9 +37,9 @@
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
|
|