From 6f41bd7249cf7ac4635c5957f8a2d9804970edea Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Jul 2009 23:37:45 +0200 Subject: [PATCH] build: avoid "make dist-hook" failure * Makefile.am (dist-hook): Remove coreutils-specific rm-substitution. --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.11.0