openbsd-ports/www/squid/patches/gcc-patch-lib_Makefile_in

20 lines
972 B
Plaintext
Raw Normal View History

$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) '$<'`
2002-03-21 16:17:54 -05:00
+
+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 $<
+
2002-03-21 16:17:54 -05:00
+
uninstall-info-am:
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)