From 62872200a330c4c3a7d9e53cd4c22d228608a54e Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 22 Dec 2006 09:09:38 +0000 Subject: The SystemC Verification (SCV) library is an extension library to SystemC which adds advanced verification capabilities to SystemC, including constrained randomization, complex constraint solvers, data-structure creation, Transaction Level Modeling (TLM), concurrency, and dynamic resource allocation management. WWW: http://www.systemc.org/ PR: ports/106822 Submitted by: Peter Johnson --- cad/scv/files/patch-scripts-Makefile.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cad/scv/files/patch-scripts-Makefile.in (limited to 'cad/scv/files/patch-scripts-Makefile.in') diff --git a/cad/scv/files/patch-scripts-Makefile.in b/cad/scv/files/patch-scripts-Makefile.in new file mode 100644 index 000000000000..8eec2ab0b320 --- /dev/null +++ b/cad/scv/files/patch-scripts-Makefile.in @@ -0,0 +1,20 @@ +--- scripts/Makefile.in.orig Mon Jan 23 11:31:10 2006 ++++ scripts/Makefile.in Sat Dec 16 11:32:28 2006 +@@ -243,7 +243,7 @@ + + create_copiers : + # create copyDir.sh +- echo "#!/bin/sh -h" >copyDir.sh ++ echo "#!/bin/sh" >copyDir.sh + echo "overwrite=${overwrite_files}" >>copyDir.sh + cat ${srcdir}/copyDir.sh.in >>copyDir.sh + # create copyExamples.sh +@@ -251,7 +251,7 @@ + cp ${srcdir}/copyExamples.sh .; \ + fi + # create copyFiles.sh +- echo "#!/bin/sh -h" >copyFiles.sh ++ echo "#!/bin/sh" >copyFiles.sh + echo "overwrite=${overwrite_files}" >>copyFiles.sh + cat ${srcdir}/copyFiles.sh.in >>copyFiles.sh + # set permissions -- cgit v1.2.3