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:
0416d00
)
gdbm/Makefile: missing close paren.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 01:00:41 +0000
(18:00 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 01:00:41 +0000
(18:00 -0700)
src/gdbm/Makefile
patch
|
blob
|
history
diff --git
a/src/gdbm/Makefile
b/src/gdbm/Makefile
index 4e7fbefc7f203a13195b4e744307feaac39c0a13..f3340dbe26b130c4878cdca4d10ab08ab93a99ac 100644
(file)
--- a/
src/gdbm/Makefile
+++ b/
src/gdbm/Makefile
@@
-32,7
+32,7
@@
check:
install:
( echo '(begin'; \
echo ' (install-shim "gdbm")'; \
- echo ' (install-load-option "gdbm2" "gdbm")' ) \
+ echo ' (install-load-option "gdbm2" "gdbm")
)
' ) \
| $(exe) -- *.com *.bci *.pkd make.scm
clean distclean maintainer-clean: