diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-07-13 11:25:59 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-07-13 06:50:55 +0000 |
commit | 3b910f1cdd4f8ae1cc44d538e0b3182f132b4bf7 (patch) | |
tree | 4c195f40f64bdfee78de248739609c22a8249a11 /mpeix | |
parent | e7ecf62cedd0a2f997ee793f65cc0d739269e707 (diff) | |
download | perl-3b910f1cdd4f8ae1cc44d538e0b3182f132b4bf7.tar.gz |
Relink to use temp file forced on current dir in mpeix
Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
p4raw-id: //depot/perl@28560
Diffstat (limited to 'mpeix')
-rwxr-xr-x | mpeix/relink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeix/relink b/mpeix/relink index ec37142194..2984bcecfe 100755 --- a/mpeix/relink +++ b/mpeix/relink @@ -14,7 +14,7 @@ RAND=/$HPACCOUNT/$HPGROUP/libcrand echo "Creating $RAND.sl...\n" -TEMP=perlmpe.$$ +TEMP=./perlmpe.$$ rm -f $TEMP $RAND.a $RAND.sl |