From 4340cb79524424e45767b019441f0a20537ee5fa Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 7 Mar 2000 20:36:51 +0000 Subject: fix a patchfile bug which caused parse.cc to be compiled twice. --- cad/verilog-current/patches/patch-ad | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'cad/verilog-current/patches') diff --git a/cad/verilog-current/patches/patch-ad b/cad/verilog-current/patches/patch-ad index ab503fd75e9..8d97631011f 100644 --- a/cad/verilog-current/patches/patch-ad +++ b/cad/verilog-current/patches/patch-ad @@ -1,13 +1,14 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/03/07 16:09:16 dmcmahill Exp $ +$NetBSD: patch-ad,v 1.2 2000/03/07 20:36:53 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 -- cgit v1.2.3