[genius] Sat Oct 09 12:23:07 2010 Jiri (George) Lebl <jirka 5z com>



commit b5be1d0eec6658e9a04a3688fc8a03631d1d7011
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Sat Oct 9 12:23:15 2010 -0700

    Sat Oct 09 12:23:07 2010  Jiri (George) Lebl <jirka 5z com>
    
    	* Makefile.am: apply patch from Dominique Leuenberger
    	  (dominique at leuenberger dot net) to fix build on Make 3.82

 ChangeLog            |    5 +++++
 gtkextra/Makefile.am |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index e7e1fb4..8d3ddb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 09 12:23:07 2010  Jiri (George) Lebl <jirka 5z com>
+
+	* Makefile.am: apply patch from Dominique Leuenberger
+	  (dominique at leuenberger dot net) to fix build on Make 3.82
+
 Thu Oct 07 12:38:44 2010  Jiri (George) Lebl <jirka 5z com>
 
 	* src/lexer.l: note that [^?] is may include newlines,
diff --git a/gtkextra/Makefile.am b/gtkextra/Makefile.am
index 76847e1..73205c6 100644
--- a/gtkextra/Makefile.am
+++ b/gtkextra/Makefile.am
@@ -99,13 +99,13 @@ libgtkextra_genius_a_SOURCES =	\
 	gtkplotsurface.c
 
 $(srcdir)/gtkextra-marshal.h: gtkextra-marshal.list
-        ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
-        && mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
-        || ( rm -f gtkextra-marshal.tmp && exit 1 )
+	( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --header > gtkextra-marshal.tmp \
+	&& mv gtkextra-marshal.tmp gtkextra-marshal.h ) \
+	|| ( rm -f gtkextra-marshal.tmp && exit 1 )
 $(srcdir)/gtkextra-marshal.c: gtkextra-marshal.h
-        ( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
-        && mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
-        || ( rm -f gtkextra-marshal.tmp && exit 1 )
+	( @GLIB_GENMARSHAL@ --prefix=gtkextra gtkextra-marshal.list --body > gtkextra-marshal.tmp \
+	&& mv gtkextra-marshal.tmp gtkextra-marshal.c ) \
+	|| ( rm -f gtkextra-marshal.tmp && exit 1 )
 
 
 $(srcdir)/gtkextratypebuiltins.h: $(public_h_sources)



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