summaryrefslogtreecommitdiff
path: root/cad/verilog/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'cad/verilog/patches/patch-ae')
-rw-r--r--cad/verilog/patches/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/verilog/patches/patch-ae b/cad/verilog/patches/patch-ae
new file mode 100644
index 00000000000..f885662d8fe
--- /dev/null
+++ b/cad/verilog/patches/patch-ae
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.4 2001/02/07 18:26:17 dmcmahill Exp $
+
+--- tgt-pal/Makefile.in.orig Wed Jan 17 22:09:45 2001
++++ tgt-pal/Makefile.in Wed Feb 7 12:44:30 2001
+@@ -48,5 +48,5 @@
+ %.o: %.c
+ @[ -d dep ] || mkdir dep
+- $(CC) -Wall $(CPPFLAGS) -I$(srcdir)/.. -MD -c $< -o $*.o
++ $(CC) -Wall -I$(srcdir)/.. $(CPPFLAGS) -MD -c $< -o $*.o
+ mv $*.d dep
+