aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.mk')
-rw-r--r--marshal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/marshal.mk b/marshal.mk
index 91fac93ff3..5da83b80ec 100644
--- a/marshal.mk
+++ b/marshal.mk
@@ -1,5 +1,5 @@
%.h: %.list
- ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $(srcdir)/$< --header > $@.tmp \
+ ( $(GLIB_GENMARSHAL) --prefix=$(subst -,_,$*) $< --header > $@.tmp \
&& mv $@.tmp $@ ) || ( rm -f $@.tmp && exit 1 )
%.c: %.list %.h