From: wessels <> Date: Tue, 2 Dec 1997 12:28:00 +0000 (+0000) Subject: Makefiles X-Git-Tag: SQUID_3_0_PRE1~4424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ccd62f2fa45911a3a23ddc64f5208d6996251f9;p=thirdparty%2Fsquid.git Makefiles --- diff --git a/snmplib/Makefile.in b/snmplib/Makefile.in index 166225a54a..2ed29b1fdd 100644 --- a/snmplib/Makefile.in +++ b/snmplib/Makefile.in @@ -15,9 +15,9 @@ ALIB = libsnmp.a TARG= @SNMPLIB@ CSRCS= snmp_client.c snmp.c snmp_auth.c asn1.c mib.c parse.c snmp_api.c \ - md5.c usec.c snmpdump.c + usec.c snmpdump.c OBJS= snmp_client.o snmp.o snmp_auth.o asn1.o mib.o parse.o snmp_api.o \ - md5.o usec.o snmpdump.o + usec.o snmpdump.o CC = @CC@ FLAGS = -g diff --git a/src/Makefile.in b/src/Makefile.in index 2804bcdace..f54d2dde8f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.104 1997/12/02 05:06:41 wessels Exp $ +# $Id: Makefile.in,v 1.105 1997/12/02 05:28:01 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -163,7 +163,7 @@ all: squid.conf $(PROGS) $(UTILS) $(SUID_UTILS) $(CGIPROGS) $(OBJS): ../include/version.h squid: $(OBJS) - $(CC) -o $@ $(LDFLAGS) $(OBJS) $(SQUID_LIBS) $(SQUID_SNMP_LIBS) + $(CC) -o $@ $(LDFLAGS) $(OBJS) $(SQUID_SNMP_LIBS) $(SQUID_LIBS) globals.o: globals.c Makefile $(CC) -c $< $(CFLAGS) $(DEFAULTS)