Compiling stuff depends on the cdecls' *-const.bin files.
authorTaylor R Campbell <campbell@mumble.net>
Thu, 25 Oct 2018 02:45:40 +0000 (02:45 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Thu, 25 Oct 2018 02:45:40 +0000 (02:45 +0000)
src/x11/Makefile.am

index 1d8b2938c5d4fd2c5f7f726f3cb2129e002de957..cabb382338239831eed77b8b128b3a0d41af7fe8 100644 (file)
@@ -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