78924f0824
Squid 2.6 supports kqueue and hw accelerated SSL via OpenSSL, as well as many other improvements.
20 lines
972 B
Plaintext
20 lines
972 B
Plaintext
$OpenBSD: gcc-patch-lib_Makefile_in,v 1.3 2006/10/03 05:00:49 brad Exp $
|
|
--- lib/Makefile.in.orig Mon Jun 12 02:10:08 2006
|
|
+++ lib/Makefile.in Wed Aug 2 23:51:50 2006
|
|
@@ -448,6 +448,15 @@ distclean-compile:
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
+
|
|
+rfc1035.$(OBJEXT):
|
|
+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -O0 -c -o $@ $<; \
|
|
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
+@am__fastdepCC_FALSE@ $(COMPILE) -O0 -c $<
|
|
+
|
|
+
|
|
uninstall-info-am:
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|