OSDN Git Service

build: avoid "make dist-hook" failure
authorJim Meyering <meyering@redhat.com>
Wed, 22 Jul 2009 21:37:45 +0000 (23:37 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 22 Jul 2009 21:37:45 +0000 (23:37 +0200)
* Makefile.am (dist-hook): Remove coreutils-specific rm-substitution.

Makefile.am

index 2cebc14..1931bf0 100644 (file)
@@ -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