- The squid binary has been moved from bin/ to sbin/ - The cachemgr CGI is statically linked now
18 lines
637 B
Plaintext
18 lines
637 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.3 2002/07/24 18:14:09 brad Exp $
|
|
--- lib/Makefile.in.orig Fri Jul 12 04:38:24 2002
|
|
+++ lib/Makefile.in Tue Jul 23 18:04:19 2002
|
|
@@ -325,6 +325,13 @@ distclean-depend:
|
|
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
$(COMPILE) -c `cygpath -w $<`
|
|
CCDEPMODE = @CCDEPMODE@
|
|
+
|
|
+rfc1035.$(OBJEXT):
|
|
+@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
+@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
|
+@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
+ $(COMPILE) -O0 -c `test -f $< || echo '$(srcdir)/'`$<
|
|
+
|
|
uninstall-info-am:
|
|
|
|
tags: TAGS
|