summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared4
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) $^ > $@