1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00

Fix a "make distcheck" failure.

* Makefile.maint (my-distcheck): Don't stub-out dirname,
since build-aux/check.mk now uses it.
This commit is contained in:
Jim Meyering
2007-10-31 08:42:17 +01:00
parent 8c8bf861de
commit 75d6936a08
2 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2007-10-31 Jim Meyering <meyering@redhat.com>
Fix a "make distcheck" failure.
* Makefile.maint (my-distcheck): Don't stub-out dirname,
since build-aux/check.mk now uses it.
* bootstrap.conf (gnulib_modules): Add xprintf-posix.
2007-10-30 Jim Meyering <meyering@redhat.com>

View File

@@ -594,6 +594,7 @@ my-distcheck: $(local-check) $(release_archive_dir)/$(prev-tgz)
&& for i in $(built_programs); do \
case $$i in \
rm|expr|basename|echo|sort|ls|tr);; \
dirname);; \
*) ln -s ../src/false $(bin)/$$i;; \
esac; \
done \