openbsd-ports/www/squid/patches/gcc-patch-lib_Makefile_in
2004-07-11 17:05:03 +00:00

18 lines
641 B
Plaintext

$OpenBSD: gcc-patch-lib_Makefile_in,v 1.2 2004/07/11 17:05:03 brad Exp $
--- lib/Makefile.in.orig Tue Jun 8 07:37:22 2004
+++ lib/Makefile.in Sun Jul 11 13:00:57 2004
@@ -324,6 +324,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