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:
@@ -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>
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user