diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-01 12:49:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-01 12:49:12 +0000 |
commit | 883cd6c62de3de31bb86f8670c61feb1aeb1d5f3 (patch) | |
tree | 93110c41ac554543420125319a00c435692282b6 /tests/test | |
parent | 172290c201c93260262770b06a8b50ebb90390e0 (diff) | |
download | coreutils-883cd6c62de3de31bb86f8670c61feb1aeb1d5f3.tar.xz |
.
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 0d9d5dec5..f1a02bc89 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -57,6 +57,8 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : + +@SET_MAKE@ host_alias = @host_alias@ host_triplet = @host@ AMDEP = @AMDEP@ @@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ +LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ LIB_CRYPT = @LIB_CRYPT@ MAKEINFO = @MAKEINFO@ @@ -200,7 +203,6 @@ distdir: $(DISTFILES) cp -pR $$d/$$file $(distdir); \ else \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done |