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:
2e3c52b
)
Compiling stuff depends on the cdecls' *-const.bin files.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 25 Oct 2018 02:45:40 +0000
(
02:45
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 25 Oct 2018 02:45:40 +0000
(
02:45
+0000)
src/x11/Makefile.am
patch
|
blob
|
history
diff --git
a/src/x11/Makefile.am
b/src/x11/Makefile.am
index 1d8b2938c5d4fd2c5f7f726f3cb2129e002de957..cabb382338239831eed77b8b128b3a0d41af7fe8 100644
(file)
--- a/
src/x11/Makefile.am
+++ b/
src/x11/Makefile.am
@@
-70,7
+70,7
@@
x11-const.scm: x11-const
./x11-const
@MIT_SCHEME_DEPS@
-stamp-scheme: stamp-shim $(sources) x11.pkg
+stamp-scheme: stamp-shim $(sources)
$(cdecls:.cdecl=-const.bin)
x11.pkg
touch stamp-scheme
if ! ./compile.sh; then rm stamp-scheme; exit 1; fi