summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe/patches/patch-ma
diff options
context:
space:
mode:
Diffstat (limited to 'cross/i386-netbsdpe/patches/patch-ma')
-rw-r--r--cross/i386-netbsdpe/patches/patch-ma15
1 files changed, 12 insertions, 3 deletions
diff --git a/cross/i386-netbsdpe/patches/patch-ma b/cross/i386-netbsdpe/patches/patch-ma
index 21d5d341ffe..ab0ffc952ba 100644
--- a/cross/i386-netbsdpe/patches/patch-ma
+++ b/cross/i386-netbsdpe/patches/patch-ma
@@ -1,8 +1,8 @@
-$NetBSD: patch-ma,v 1.1 2001/01/30 03:09:01 minoura Exp $
+$NetBSD: patch-ma,v 1.2 2002/10/16 05:11:01 kent Exp $
---- gcc/Makefile.in.pre-patch Tue Jan 16 21:47:24 2001
+--- gcc/Makefile.in.orig Wed Oct 16 14:02:49 2002
+++ gcc/Makefile.in
-@@ -276,7 +276,8 @@
+@@ -276,7 +276,8 @@ unlibsubdir = ../../..
# Directory in which to find other cross-compilation tools and headers.
dollar = @dollar@
# Used in install-cross.
@@ -12,3 +12,12 @@ $NetBSD: patch-ma,v 1.1 2001/01/30 03:09:01 minoura Exp $
# Since tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
build_tooldir = $(exec_prefix)/$(target_alias)
# Directory in which the compiler finds g++ includes.
+@@ -815,7 +816,7 @@ $(srcdir)/configure: $(srcdir)/configure
+ # ??? Newer versions have a maintainer mode that may be useful here.
+ $(srcdir)/config.in: $(srcdir)/cstamp-h.in
+ $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
+- cd $(srcdir) && autoheader
++ cd $(srcdir) && $(AUTOHEADER)
+ @rm -f $(srcdir)/cstamp-h.in
+ echo timestamp > $(srcdir)/cstamp-h.in
+ auto-host.h: cstamp-h ; @true