From 11d5072e4fb8c6032ef41a8702f983375398c55e Mon Sep 17 00:00:00 2001 From: Joey Adams Date: Thu, 9 Jul 2009 03:53:20 -0400 Subject: [PATCH 1/1] Make ccanlint core objects depend on generated-init-tests to fix build error --- tools/ccanlint/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index e7c21d6f..16c4bfd2 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -16,6 +16,9 @@ tools/ccanlint/generated-init-tests: $(TEST_CFILES) $(TEST_OBJS): tools/ccanlint/generated-init-tests +# Otherwise, ccanlint.c et al. may fail to build +$(CORE_OBJS): tools/ccanlint/generated-init-tests + tools/ccanlint/ccanlint: $(OBJS) ccanlint-clean: -- 2.39.2