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:
ace56c2
)
gtk/Makefile.in: missing line continuation characters
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 05:18:35 +0000
(22:18 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Tue, 17 Sep 2013 05:18:35 +0000
(22:18 -0700)
src/gtk/Makefile.in
patch
|
blob
|
history
diff --git
a/src/gtk/Makefile.in
b/src/gtk/Makefile.in
index b4c9120ae257e009e55213eb1954f157480445a7..7d38719e6afe5e4be1bdb7bc63ce70608dc1c19d 100644
(file)
--- a/
src/gtk/Makefile.in
+++ b/
src/gtk/Makefile.in
@@
-31,8
+31,8
@@
all: gtk-shim.so gtk-types.bin gtk-const.bin
echo "gtk-unx.crf:0: warning: non-empty"; exit 1; fi
check:
- ( echo '(begin';
- echo ' (load "check")';
+ ( echo '(begin';
\
+ echo ' (load "check")';
\
echo ' (load "check-doc"))' ) | $(exe)
doc: mit-scheme-gtk.info