summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-18 16:07:09 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-18 16:07:09 -0500
commit3b4d3c4d104360f5e0a7fc33274bb7ef3df2c738 (patch)
tree333fff855a307afff220acb5b2db95503c564746
parent02b1b175cea12b61a0bca40fc3d735ef1606a062 (diff)
downloadepiphany-3b4d3c4d104360f5e0a7fc33274bb7ef3df2c738.tar.gz
Style fixup
-rw-r--r--src/search-provider/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/search-provider/Makefile.am b/src/search-provider/Makefile.am
index b0a0a4bd8..283fc953e 100644
--- a/src/search-provider/Makefile.am
+++ b/src/search-provider/Makefile.am
@@ -49,12 +49,12 @@ epiphany_search_provider_LDFLAGS = \
-dlopen self \
$(WARN_LDFLAGS)
-ephy-shell-search-provider-generated.c : ephy-shell-search-provider-generated.stamp
-ephy-shell-search-provider-generated.h : ephy-shell-search-provider-generated.stamp
+ephy-shell-search-provider-generated.c: ephy-shell-search-provider-generated.stamp
+ephy-shell-search-provider-generated.h: ephy-shell-search-provider-generated.stamp
# The upstream for the DBus interface definition is
# at http://git.gnome.org/browse/gnome-shell/plain/data/org.gnome.ShellSearchProvider2.xml
-ephy-shell-search-provider-generated.stamp : Makefile.am $(srcdir)/org.gnome.ShellSearchProvider2.xml
+ephy-shell-search-provider-generated.stamp: Makefile.am $(srcdir)/org.gnome.ShellSearchProvider2.xml
$(AM_V_GEN) gdbus-codegen \
--interface-prefix org.gnome. \
--c-namespace Ephy \