summaryrefslogtreecommitdiff
path: root/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh')
-rw-r--r--lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh b/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh
deleted file mode 100644
index 50543be48300..000000000000
--- a/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh
+++ /dev/null
@@ -1,9 +0,0 @@
---- etc/make-in-subdirs.sh.orig 2011-05-02 01:50:30.000000000 +0000
-+++ etc/make-in-subdirs.sh
-@@ -29,5 +29,5 @@ set -e
- TARGET=${1}
- shift
- for SUBDIR in "${@}"; do
-- run_cmd_in_dir "${SUBDIR}" make "${TARGET}"
-+ run_cmd_in_dir "${SUBDIR}" gmake "${TARGET}"
- done