From: Stephane Delcroix Date: Wed, 18 Feb 2009 09:44:20 +0000 (+0100) Subject: fix the dependencies, so the thing is rebuild on metadata changes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d13bc3ace17049abe127fa1c0047a196b0f798;p=libchamplain fix the dependencies, so the thing is rebuild on metadata changes --- 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)