brad 85e8a0d4da upgrade to Squid 2.3.STABLE3
- NOTE: you can now override the dir used for cache/logs by using the
variable STATEDIR. i.e., "make STATEDIR=/alternate/dir package", and it
will be substituted into the INSTALL/DEINSTALL scripts.
2000-06-28 07:08:28 +00:00

13 lines
259 B
Plaintext

--- lib/Makefile.in.orig Wed Jun 28 01:35:09 2000
+++ lib/Makefile.in Wed Jun 28 01:35:26 2000
@@ -48,6 +48,9 @@
all: $(LIBS)
+rfc1035.o: rfc1035.c
+ $(CC) $(CFLAGS) -O0 -c $<
+
$(UTILOBJS): $(top_srcdir)/include/version.h
libmiscutil.a: $(UTILOBJS)