From: Chris Hanson Date: Tue, 9 Feb 2010 11:21:13 +0000 (-0800) Subject: Don't include "runtime.com" in the image. X-Git-Tag: 20100708-Gtk~126^2~24 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0df3b838e43595ef375f3a07f0845b8eff2afc47;p=mit-scheme.git Don't include "runtime.com" in the image. --- diff --git a/dist/make-dist-files b/dist/make-dist-files index 5c373b17f..b34d0a193 100755 --- a/dist/make-dist-files +++ b/dist/make-dist-files @@ -162,6 +162,7 @@ for ARCH in i386 x86-64; do --with-mcrypt=no --with-libpq=no --with-db-4=no make ) + rm -f "${IMAGE_LIB}"/runtime.com touch "${STAMP_BUILD}" ) &> "${OUTPUT_DIR}"/"${ARCH}"-compile fi