[libsoup] Makefile.glib: fix for make earlier than 3.82



commit 480f6b015fbbe9317a31c8798056d97dd64150b1
Author: Dan Winship <danw gnome org>
Date:   Wed Feb 8 16:05:34 2012 -0500

    Makefile.glib: fix for make earlier than 3.82

 Makefile.glib |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.glib b/Makefile.glib
index a8cf3b9..37f2b92 100644
--- a/Makefile.glib
+++ b/Makefile.glib
@@ -151,7 +151,7 @@ _glib_marshal_sources = $(filter-out %.h,$(filter-out $(GLIB_GENERATED),$($(_gli
 # foo_marshal_sources wasn't set. Note that single-$ variables are
 # expanded when the macro is called, and double-$ variables are
 # expanded when the rule is invoked.
-define _glib_make_genmarshal_rules =
+define _glib_make_genmarshal_rules
 $(if $(_glib_marshal_sources),,$(error Need to define $(_glib_marshal_sources_var) for $(1).[ch]))
 
 $(1).list.stamp: $(_glib_marshal_sources)
@@ -197,7 +197,7 @@ _glib_enum_types_sources_var = $(_glib_enum_types_prefix)_sources
 _glib_enum_types_sources = $(filter-out $(GLIB_GENERATED),$($(_glib_enum_types_sources_var)))
 _glib_enum_types_h_sources = $(filter %.h,$(_glib_enum_types_sources))
 
-define _glib_make_mkenums_rules =
+define _glib_make_mkenums_rules
 $(if $(_glib_enum_types_sources),,$(error Need to define $(_glib_enum_types_sources_var) for $(1).[ch]))
 
 $(1).h.stamp: $(_glib_enum_types_h_sources)



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