diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-14 22:38:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-14 22:38:31 +0000 |
commit | 4b2e67c153ed64a6da1b6d66a3abb09a4ca0beab (patch) | |
tree | 076e9c0050808e9ff8b826e35cd7526247cbb910 /x2p/Makefile.SH | |
parent | 260ac1ff865ef81edd2a4cd2793743fc99e3c959 (diff) | |
download | perl-4b2e67c153ed64a6da1b6d66a3abb09a4ca0beab.tar.gz |
Cleanliness inspired by Cygwin.
p4raw-id: //depot/perl@13011
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 68c63a7744..ea11ced16c 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -141,7 +141,7 @@ a2p$(OBJ_EXT): a2p.c a2py.c a2p.h EXTERN.h util.h INTERN.h \ $(CCCMD) a2p.c clean: - rm -f a2p psed *$(OBJ_EXT) $(plexe) $(plc) $(plm) + rm -f a2p$(EXE_EXT) psed *$(OBJ_EXT) $(plexe) $(plc) $(plm) realclean: clean rm -f core $(addedbyconf) all malloc.c |