From 44d13bc3ace17049abe127fa1c0047a196b0f798 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Wed, 18 Feb 2009 10:44:20 +0100 Subject: [PATCH] fix the dependencies, so the thing is rebuild on metadata changes --- bindings/managed/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/managed/Makefile.include b/bindings/managed/Makefile.include index ea54697..29d1f28 100644 --- a/bindings/managed/Makefile.include +++ b/bindings/managed/Makefile.include @@ -21,7 +21,7 @@ references = $(GTKSHARP_LIBS) $(CLUTTER_SHARP_LIBS) $(CLUTTER_GTK_SHARP_LIBS) $( api: $(GAPI_PARSER) $(SOURCES_XML) -$(CHAMPLAIN_FIXED_API): +$(CHAMPLAIN_FIXED_API): $(CHAMPLAIN_RAW_API) $(CHAMPLAIN_METADATA) cp $(CHAMPLAIN_RAW_API) $(CHAMPLAIN_FIXED_API) $(GAPI_FIXUP) --api=$(CHAMPLAIN_FIXED_API) --metadata=$(CHAMPLAIN_METADATA) $(GAPI_CODEGEN) --outdir=./generated --customdir=. $(api_includes) --generate $(CHAMPLAIN_FIXED_API) -- 2.39.5