summaryrefslogtreecommitdiff
path: root/cad/verilog-current/patches/patch-aa
blob: bd83951479fcb908f76473d5b1a40aa371492740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-aa,v 1.10 2002/10/17 01:38:43 dmcmahill Exp $

--- iverilog-vpi.sh.orig	Wed Sep 18 19:25:18 2002
+++ iverilog-vpi.sh
@@ -84,8 +84,7 @@ OUT=$OUT".vpi"
 compile_errors=0
 
 # Compile all the source files into object files
-for src
-in $CCSRC
+for src in $CCSRC
 do
     base=`basename $src .c`
     obj=$base".o"
@@ -95,8 +94,7 @@ do
     OBJ="$OBJ $obj"
 done
 
-for src
-in $CXSRC
+for src in $CXSRC
 do
     base=`basename $src .cc`
     obj=$base".o"