diff options
author | Andreas König <a.koenig@mind.de> | 2001-05-05 20:23:28 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-05 18:32:15 +0000 |
commit | d38b618adccc72975870768057165000623f0d37 (patch) | |
tree | 078a8d5ca31b1825159d2131bbad46d2a4da57f1 /x2p/Makefile.SH | |
parent | 96e821d57e0ce06bdcf42060deb9cea0b0589546 (diff) | |
download | perl-d38b618adccc72975870768057165000623f0d37.tar.gz |
Re: bleadperl make install fails due to "psed"
Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@10000
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index a0ba96a360..25085fc883 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -129,7 +129,7 @@ a2p$(OBJ_EXT): a2p.c a2py.c a2p.h EXTERN.h util.h INTERN.h \ $(CCCMD) a2p.c clean: - rm -f a2p *$(OBJ_EXT) $(plexe) $(plc) $(plm) + rm -f a2p psed *$(OBJ_EXT) $(plexe) $(plc) $(plm) realclean: clean rm -f core $(addedbyconf) all malloc.c |