From: Joey Adams Date: Thu, 9 Jul 2009 07:53:20 +0000 (-0400) Subject: Make ccanlint core objects depend on generated-init-tests to fix build error X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=11d5072e4fb8c6032ef41a8702f983375398c55e;hp=2d98b83701611a4a1d8e9d6874bb560f42cb958c Make ccanlint core objects depend on generated-init-tests to fix build error --- 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: