summaryrefslogtreecommitdiff
path: root/cad/verilog/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog/patches/patch-ad')
-rw-r--r--cad/verilog/patches/patch-ad9
1 files changed, 5 insertions, 4 deletions
diff --git a/cad/verilog/patches/patch-ad b/cad/verilog/patches/patch-ad
index 97249a03f8e..c417b9acdf4 100644
--- a/cad/verilog/patches/patch-ad
+++ b/cad/verilog/patches/patch-ad
@@ -1,13 +1,14 @@
-$NetBSD: patch-ad,v 1.2 2000/02/14 22:55:33 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.3 2000/03/07 18:24:49 dmcmahill Exp $
don't use -O2 on parse.cc because of compiler bugs on sparc and pmax
(maybe others).
--- Makefile.in.orig Sat Feb 5 01:40:35 2000
-+++ Makefile.in Sun Feb 13 11:13:10 2000
-@@ -111,4 +111,5 @@
++++ Makefile.in Tue Mar 7 12:38:25 2000
+@@ -111,4 +111,6 @@
parse.o dep/parse.d: parse.cc
-+ $(CXX) -c -I. $(CPPFLAGS) $<
++ $(CXX) -MD -c -I. $(CPPFLAGS) $<
++ mv parse.d dep/parse.d
parse.h parse.cc: $(srcdir)/parse.y