From cfedfc2de1469c0c484c77e23adb088523954074 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 25 Oct 2018 02:45:40 +0000 Subject: [PATCH] Compiling stuff depends on the cdecls' *-const.bin files. --- src/x11/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1