From 3393f4abf411298c7c582aa0d1f988d3f99fa2eb Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Thu, 16 Mar 2000 23:05:07 +0000 Subject: [PATCH] Remove tabs from blank lines PR: 17 Submitted by: mja@sgi.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84783 13f79535-47bb-0310-9956-ffa450edef68 --- build/build2.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build2.mk b/build/build2.mk index 64c8c1a28d..b727806a78 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -83,14 +83,14 @@ all: $(targets) touch $@ libtool_m4 = $(libtool_prefix)/share/aclocal/libtool.m4 - + aclocal.m4: acinclude.m4 $(libtool_m4) @echo rebuilding $@ @cat acinclude.m4 $(libtool_m4) > $@ - + $(LT_TARGETS): libtoolize $(AMFLAGS) --force - + $(config_h_in): configure # explicitly remove target since autoheader does not seem to work # correctly otherwise (timestamps are not updated) -- 2.50.1