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:
2d89eea
)
src/Makefile.in: Fix merge fix typo.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 4 Dec 2018 21:29:34 +0000
(14:29 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 4 Dec 2018 21:29:34 +0000
(14:29 -0700)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 22c8b2668e487919c33faef8b456eb6112770284..69ee10837cb7b729dee3584b6ee34a3475b02a43 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-604,7
+604,7
@@
install-auxdir-top:
$(DESTDIR)$(AUXDIR)/.; \
else echo "$(DESTDIR)$(AUXDIR)/optiondb.scm already exists"; fi
$(INSTALL_DATA) lib/*.com $(DESTDIR)$(AUXDIR)/.
- @if ! test -e $(DESTDIR)$(AUXDIR)/plugins.scm
]
; then \
+ @if ! test -e $(DESTDIR)$(AUXDIR)/plugins.scm; then \
$(INSTALL_DATA) $(top_srcdir)/etc/plugins.scm \
$(DESTDIR)$(AUXDIR)/.; \
else echo "$(DESTDIR)$(AUXDIR)/plugins.scm already exists"; fi