From: Taylor R Campbell Date: Thu, 25 Oct 2018 02:45:40 +0000 (+0000) Subject: Compiling stuff depends on the cdecls' *-const.bin files. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~175 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=cfedfc2de1469c0c484c77e23adb088523954074;p=mit-scheme.git Compiling stuff depends on the cdecls' *-const.bin files. --- diff --git a/src/x11/Makefile.am b/src/x11/Makefile.am index 1d8b2938c..cabb38233 100644 --- 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