diff options
Diffstat (limited to 'Makefile.shared')
-rw-r--r-- | Makefile.shared | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.shared b/Makefile.shared index b391438ba..ed20e0c12 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -1,4 +1,4 @@ NULL = -%.xml.h: $(BONOBO_UI_EXTRACT) %.xml - $^ > $@ +%.xml.h: %.xml + $(BONOBO_UI_EXTRACT) $^ > $@ |