Mailing List Archive

cvs commit: apache-1.3/src/support Makefile.tmpl
jim 98/04/21 13:33:50

Modified: src/support Makefile.tmpl
Log:
It is totally bogus to have -lap at the END
of the link, since it's quite likely that some extries in there
will be found in LIBS1

Revision Changes Path
1.16 +1 -1 apache-1.3/src/support/Makefile.tmpl

Index: Makefile.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/support/Makefile.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile.tmpl 1998/04/09 10:22:55 1.15
+++ Makefile.tmpl 1998/04/21 20:33:49 1.16
@@ -1,6 +1,6 @@

CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
-LIBS=$(EXTRA_LIBS) $(LIBS1) -lap
+LIBS=-lap $(EXTRA_LIBS) $(LIBS1)
INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES)
LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS) -L$(SRCDIR)/ap