summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-06-06 10:00:58 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-06-06 10:00:58 +1200
commite2e16964ee6d68a7ef3b0bbcadb6922ce1e7f563 (patch)
tree5656b5fc537ab3b10d3bb1d8ebdf6cce87341d6e
parentbc6ccdeb603280430863e60683694419f8572222 (diff)
downloadgobject-introspection-e2e16964ee6d68a7ef3b0bbcadb6922ce1e7f563.tar.gz
Fix indentation on pretty printed Makefile rules
https://bugzilla.gnome.org/show_bug.cgi?id=701679
-rw-r--r--Makefile.introspection4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.introspection b/Makefile.introspection
index b3473377..bcfecba4 100644
--- a/Makefile.introspection
+++ b/Makefile.introspection
@@ -75,14 +75,14 @@ _gir_verbosity = $(if $(AM_DEFAULT_VERBOSITY),$(AM_DEFAULT_VERBOSITY),1)
_gir_silent_scanner_prefix = $(_gir_silent_scanner_prefix_$(V))
_gir_silent_scanner_prefix_ = $(_gir_silent_scanner_prefix_$(_gir_verbosity))
-_gir_silent_scanner_prefix_0 = @echo " GISCAN $(1)";
+_gir_silent_scanner_prefix_0 = @echo " GISCAN $(1)";
_gir_silent_scanner_opts = $(_gir_silent_scanner_opts_$(V))
_gir_silent_scanner_opts_ = $(_gir_silent_scanner_opts_$(_gir_verbosity))
_gir_silent_scanner_opts_0 = --quiet
_gir_silent_compiler = $(_gir_silent_compiler_$(V))
_gir_silent_compiler_ = $(_gir_silent_compiler_$(_gir_verbosity))
-_gir_silent_compiler_0 = @echo " GICOMP $(1)";
+_gir_silent_compiler_0 = @echo " GICOMP $(1)";
#
# Creates a GIR by scanning C headers/sources