[geany/geany-plugins] 59c2b9: Merge pull request #878 from codebrainz/devhelp-marshal-rules

Frank Lanitz git-noreply at xxxxx
Fri Jul 12 07:20:47 UTC 2019


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Fri, 12 Jul 2019 07:20:47 UTC
Commit:      59c2b9dc3fcd3a76025985def4b5785965f30048
             https://github.com/geany/geany-plugins/commit/59c2b9dc3fcd3a76025985def4b5785965f30048

Log Message:
-----------
Merge pull request #878 from codebrainz/devhelp-marshal-rules

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