From 1066fc65e8389da59bfdf4d0cc22f852f9c2bd4d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 8 Sep 1999 10:41:57 +0000 Subject: Upgrade to version 2.95.1. --- lang/pgcc/files/patch-va | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lang/pgcc/files/patch-va (limited to 'lang/pgcc/files/patch-va') diff --git a/lang/pgcc/files/patch-va b/lang/pgcc/files/patch-va new file mode 100644 index 000000000000..48040ffa6e96 --- /dev/null +++ b/lang/pgcc/files/patch-va @@ -0,0 +1,20 @@ +--- gcc/Makefile.in.orig Thu Feb 25 12:40:16 1999 ++++ gcc/Makefile.in Mon Mar 1 04:36:40 1999 +@@ -793,7 +793,7 @@ + rm -f config.run + + $(srcdir)/configure: $(srcdir)/configure.in +- cd $(srcdir); autoconf ++ cd $(srcdir); echo "wants to run autoconf" + + # cstamp-h.in controls rebuilding of config.in. + # It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't +@@ -806,7 +806,7 @@ + # ??? 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) && echo "want to run autoheader" + @rm -f $(srcdir)/cstamp-h.in + echo timestamp > $(srcdir)/cstamp-h.in + auto-host.h: cstamp-h ; @true -- cgit v1.2.3