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:
aab92f7
)
dist/make-src-files: Fix $plugin-config log file names.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Tue, 15 Oct 2013 17:55:39 +0000
(10:55 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Tue, 15 Oct 2013 17:55:39 +0000
(10:55 -0700)
dist/make-src-files
patch
|
blob
|
history
diff --git
a/dist/make-src-files
b/dist/make-src-files
index af4c478c33252ba32fa7daa84f6dff69d799467c..15e6fbe02dff2bb712d99cbb397895053e1390c3 100755
(executable)
--- a/
dist/make-src-files
+++ b/
dist/make-src-files
@@
-69,7
+69,7
@@
plugin ()
for plugin in $PLUGINS; do
D="${DIST_DIR}"/src/$plugin
- run_command "${
DOC_OUT}"-
$plugin-config "${DIST_DIR}"/src/$plugin plugin
+ run_command "${
OUTPUT_DIR}"/
$plugin-config "${DIST_DIR}"/src/$plugin plugin
done
# Clean up after autoconf