[geany/geany-plugins] 80d315: Devhelp: Fix embedded library's use of glib-genmarshal

Matthew Brush git-noreply at xxxxx
Fri Jul 12 07:20:54 UTC 2019


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Tue, 25 Jun 2019 00:30:54 UTC
Commit:      80d31525129772575d8fe953cfe307a720846872
             https://github.com/geany/geany-plugins/commit/80d31525129772575d8fe953cfe307a720846872

Log Message:
-----------
Devhelp: Fix embedded library's use of glib-genmarshal


Modified Paths:
--------------
    devhelp/devhelp/Makefile.am

Modified: devhelp/devhelp/Makefile.am
5 lines changed, 2 insertions(+), 3 deletions(-)
===================================================================
@@ -77,8 +77,7 @@ libdevhelp_2_la_LDFLAGS = \
 	-no-undefined
 
 dh-marshal.h: dh-marshal.list
-	$(AM_V_GEN) $(GLIB_GENMARSHAL) $< --header --prefix=_dh_marshal dh-marshal.list > $@
+	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_dh_marshal --header --output=$@ dh-marshal.list
 
 dh-marshal.c: dh-marshal.list
-	$(AM_V_GEN) echo "#include \"dh-marshal.h\"" > $@ && \
-	$(GLIB_GENMARSHAL) $< --body --prefix=_dh_marshal dh-marshal.list >> $@
+	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=_dh_marshal --body --output=$@ dh-marshal.list



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list