From: Chris Hanson Date: Tue, 9 Feb 2010 20:09:08 +0000 (-0800) Subject: Correctly remove runtime.com from image. X-Git-Tag: 20100708-Gtk~126^2~22 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=071db74ef0de69b49c039116c128e0b37af02156;p=mit-scheme.git Correctly remove runtime.com from image. --- diff --git a/dist/make-dist-files b/dist/make-dist-files index 48cafa941..2b4a4a524 100755 --- a/dist/make-dist-files +++ b/dist/make-dist-files @@ -162,7 +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 + rm -f "${SRC_DIR}"/lib/runtime.com touch "${STAMP_BUILD}" ) &> "${OUTPUT_DIR}"/"${ARCH}"-compile fi