From: Jim Meyering Date: Wed, 22 Jul 2009 21:37:45 +0000 (+0200) Subject: build: avoid "make dist-hook" failure X-Git-Tag: android-x86-4.4-r1~760 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6f41bd7249cf7ac4635c5957f8a2d9804970edea;p=android-x86%2Fexternal-parted.git build: avoid "make dist-hook" failure * Makefile.am (dist-hook): Remove coreutils-specific rm-substitution. --- diff --git a/Makefile.am b/Makefile.am index 2cebc14..1931bf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,11 +78,8 @@ MAINTAINERCLEANFILES += \ # Arrange so that .tarball-version appears only in the distribution # tarball, and never in a checked-out repository. -# The perl substitution is to change some key uses of "rm" to "/bin/rm". -# See the rm_subst comment for details. dist-hook: gen-ChangeLog echo $(VERSION) > $(distdir)/.tarball-version - perl -pi -e '$(rm_subst)' $(distdir)/src/Makefile.in gen_start_date = 2000-01-01 .PHONY: gen-ChangeLog