summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2006-12-20 17:00:33 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-20 16:13:32 +0000
commit1266ad8f485f435b89a025d0463af17ae6a66f3c (patch)
tree9f9dd7dd1985f32223519279bcb665d029f40aa7 /Makefile.SH
parentfaae14e6e968e1c02f36e42c867ea4746a9fde2f (diff)
downloadperl-1266ad8f485f435b89a025d0463af17ae6a66f3c.tar.gz
Re: [PATCH] Making adding binary files possible
Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com> plus matching updates to Makefile.SH and patching.pod p4raw-id: //depot/perl@29604
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index bba2e1bf60..df94359777 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1175,10 +1175,10 @@ _test_notty:
cd t && $(PERL_DEBUG) PERL_SKIP_TTY_TEST=1 $(LDLIBPTH) $(PERL) $(TESTFILE) $(TEST_ARGS)
unpack_files:
- $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib packed_files.pl -u
+ $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -u -m
cleanup_unpacked_files:
- $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib packed_files.pl -c
+ $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib uupacktool.pl -c
# The second branch is for testing without a tty or controlling terminal,
# see t/op/stat.t