gnome-build r575 - in trunk: . src/gbf



Author: jhs
Date: Thu Jun 19 12:48:09 2008
New Revision: 575
URL: http://svn.gnome.org/viewvc/gnome-build?rev=575&view=rev

Log:
2008-06-19  Johannes Schmid  <jhs gnome org>

  Patch from Vincent Untz <vuntz gnome org>:
	* src/gbf/Makefile.am:
	523128 â Fix build

Modified:
   trunk/ChangeLog
   trunk/src/gbf/Makefile.am

Modified: trunk/src/gbf/Makefile.am
==============================================================================
--- trunk/src/gbf/Makefile.am	(original)
+++ trunk/src/gbf/Makefile.am	Thu Jun 19 12:48:09 2008
@@ -68,16 +68,16 @@
 	libgbf-widgets-1.la	\
 	$(GBF_LIBS)
 
-libgbfmarshal.h: $(srcdir)/libgbfmarshal.list
+libgbfmarshal.h: $(srcdir)/libgbfmarshal.list Makefile
 	@GLIB_GENMARSHAL@ \
-		--prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --header > xgen-gmc \
+		--prefix=gbf_marshal --header $(srcdir)/libgbfmarshal.list > xgen-gmc \
 	&& cp xgen-gmc $(@F) \
 	&& rm -f xgen-gmc
 
-libgbfmarshal.c: $(srcdir)/libgbfmarshal.list
+libgbfmarshal.c: $(srcdir)/libgbfmarshal.list Makefile
 	echo "#include \"libgbfmarshal.h\"" > xgenc-gmc \
 	&& @GLIB_GENMARSHAL@ \
-		--prefix=gbf_marshal $(srcdir)/libgbfmarshal.list --body >> xgenc-gmc \
+		--prefix=gbf_marshal --body $(srcdir)/libgbfmarshal.list >> xgenc-gmc \
 	&& cp xgenc-gmc $(@F) \
 	&& rm -f xgenc-gmc
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]