Change c32/c64 names to have common prefix with other files.
authorChris Hanson <org/chris-hanson/cph>
Tue, 9 Feb 2010 10:59:50 +0000 (02:59 -0800)
committerChris Hanson <org/chris-hanson/cph>
Tue, 9 Feb 2010 10:59:50 +0000 (02:59 -0800)
dist/make-src-files

index 2ba3007d774eed80077bdf13296cbdfad2e0a351..8146e5c9dff0061f91c22e5bae6ab5b7412e32e3 100755 (executable)
@@ -57,8 +57,8 @@ case ${TYPE} in
 esac
 
 DIST_DIR=mit-scheme-${RELEASE}
-LIARC32_DIST_DIR=mit-scheme-c32-${RELEASE}
-LIARC64_DIST_DIR=mit-scheme-c64-${RELEASE}
+LIARC32_DIST_DIR=${DIST_DIR}-c32
+LIARC64_DIST_DIR=${DIST_DIR}-c64
 OUTPUT_DIR=.out
 
 # Set up trap to clean up any temporary files.