projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ca601
)
Change c32/c64 names to have common prefix with other files.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 10:59:50 +0000
(
02:59
-0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 9 Feb 2010 10:59:50 +0000
(
02:59
-0800)
dist/make-src-files
patch
|
blob
|
history
diff --git
a/dist/make-src-files
b/dist/make-src-files
index 2ba3007d774eed80077bdf13296cbdfad2e0a351..8146e5c9dff0061f91c22e5bae6ab5b7412e32e3 100755
(executable)
--- a/
dist/make-src-files
+++ b/
dist/make-src-files
@@
-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.