]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
vpath fix
authorwessels <>
Fri, 24 Apr 1998 04:30:19 +0000 (04:30 +0000)
committerwessels <>
Fri, 24 Apr 1998 04:30:19 +0000 (04:30 +0000)
src/Makefile.in

index 1ad1538d16ec1f87e53c425f9424b6280892be90..10a9549544c33d9586f7d8622c3edb2a7e40c2b9 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.146 1998/04/08 22:48:54 rousskov Exp $
+#  $Id: Makefile.in,v 1.147 1998/04/23 22:30:19 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -182,7 +182,7 @@ all:    squid.conf $(PROGS) $(UTILS) $(SUID_UTILS) $(CGIPROGS)
 
 $(OBJS): $(top_srcdir)/include/version.h
 
-$(SNMP_OBJS): $(top_srcdir)/snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h
+$(SNMP_OBJS): ../snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h
 
 $(SQUID_EXE): $(OBJS)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(SQUID_LIBS)