From: Joseph Myers Date: Fri, 9 Nov 2012 23:01:03 +0000 (+0000) Subject: Remove $(format-me) and fix indentation. X-Git-Tag: glibc-2.17~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e87147f3445cc6d6b568e6f8b0b4b8f833b314e;p=thirdparty%2Fglibc.git Remove $(format-me) and fix indentation. --- diff --git a/ChangeLog b/ChangeLog index 011e854ad64..1914a03bcf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-11-09 Joseph Myers + * Makefile (format-me): Remove. + (INSTALL): Adjust indentation. Use commands directly instead of + using $(format-me). + * aclocal.m4 (ACX_PKGVERSION): New macro. (ACX_BUGURL): Likewise. * configure.in: Use ACX_PKGVERSION and ACX_BUGURL. diff --git a/Makefile b/Makefile index 78aaeb4d799..6c1e392f06f 100644 --- a/Makefile +++ b/Makefile @@ -397,15 +397,11 @@ dist: dist-prepare fi endif -define format-me -@rm -f $@ -makeinfo --no-validate --plaintext --no-number-sections \ - -I$(common-objpfx)manual $< -o $@ --chmod a-w $@ -endef INSTALL: manual/install.texi manual/macros.texi \ - $(common-objpfx)manual/pkgvers.texi - $(format-me) + $(common-objpfx)manual/pkgvers.texi + makeinfo --no-validate --plaintext --no-number-sections \ + -I$(common-objpfx)manual $< -o $@ + -chmod a-w $@ $(common-objpfx)manual/%: FORCE $(MAKE) $(PARALLELMFLAGS) -C manual $@ FORCE: