aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-29 16:32:01 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-29 16:32:01 +0800
commitb41b89d2288fa87201f17909ce6ca252dacd292e (patch)
tree607e01e621657cf0badea7c4403d6f4a240fef5d /lib/egg/Makefile.am
parent515526399a7f11480c4077c55cdde9c5a796aca4 (diff)
downloadgsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar
gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.gz
gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.bz2
gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.lz
gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.xz
gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.tar.zst
gsoc2013-epiphany-b41b89d2288fa87201f17909ce6ca252dacd292e.zip
Make sure marshalers are regenerated
2003-06-29 Marco Pesenti Gritti <marco@it.gnome.org> * lib/egg/Makefile.am: Make sure marshalers are regenerated * lib/egg/egg-editable-toolbar.c: * lib/egg/eggmarshalers.c: * lib/egg/eggmarshalers.h: * lib/egg/eggmarshalers.list: * lib/egg/eggradiotoolbutton.c: * lib/egg/eggradiotoolbutton.h: * lib/egg/eggtoggletoolbutton.c: * lib/egg/eggtoggletoolbutton.h: * lib/egg/eggtoolbar.c: * lib/egg/eggtoolbar.h: * lib/egg/eggtoolbutton.c: * lib/egg/eggtoolbutton.h: * lib/egg/eggtoolitem.c: * lib/egg/eggtoolitem.h: Update
Diffstat (limited to 'lib/egg/Makefile.am')
-rw-r--r--lib/egg/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/egg/Makefile.am b/lib/egg/Makefile.am
index e2d678bb7..a399d3c7c 100644
--- a/lib/egg/Makefile.am
+++ b/lib/egg/Makefile.am
@@ -54,13 +54,13 @@ noinst_HEADERS = \
eggmarshalers.h \
eggintl.h
-eggmarshalers.h:
+eggmarshalers.h: eggmarshalers.list
cd $(srcdir) \
&& $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --header > xgen-emh \
&& cp xgen-emh eggmarshalers.h \
&& rm -f xgen-emh xgen-emh~
-eggmarshalers.c:
+eggmarshalers.c: eggmarshalers.list
cd $(srcdir) \
&& $(GLIB_GENMARSHAL) --prefix=_egg_marshal eggmarshalers.list --body > xgen-emc \
&& cp xgen-emc eggmarshalers.c \