From 8caa34394355b10e6e58948b9458317aeb882c7b Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 13 Apr 2010 10:32:40 +0200 Subject: Indent examples. Fix syntax-check warnings. --- cfg.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 47294f2..4f9acb4 100644 --- a/cfg.mk +++ b/cfg.mk @@ -29,8 +29,7 @@ endif local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_have_config_h \ sc_require_config_h sc_require_config_h_first \ - sc_trailing_blank sc_immutable_NEWS \ - sc_prohibit_magic_number_exit + sc_immutable_NEWS sc_prohibit_magic_number_exit VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(build-aux|gl|lib/gllib|lib/glm4)/.*$ bootstrap-tools := autoconf,automake,libtool,bison @@ -52,7 +51,7 @@ upload-web-coverage: W32ROOT ?= $(HOME)/gnutls4win/inst -mingw32: autoreconf +mingw32: autoreconf ./configure --enable-gtk-doc --host=i586-mingw32msvc --build=`./config.guess` --prefix=$(W32ROOT) ChangeLog: -- cgit v1.2.3