summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorYaroslav Kuzmin <ykuzmin@rocketsoftware.com>2014-10-24 12:01:33 -0600
committerKarl Williamson <khw@cpan.org>2014-11-01 22:06:55 -0600
commit37611e66dc90407e7e76c2b2d917ff2de6adcd43 (patch)
tree3324971171047a6f1b6ade8aac767f436e90938f /Makefile.SH
parent9c9bd5858bb1ba0716ce72cfed56b41e34126686 (diff)
downloadperl-37611e66dc90407e7e76c2b2d917ff2de6adcd43.tar.gz
Makefile.SH: Fix so works in EBCDIC
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 7043f3d42b..72b40beba9 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -930,7 +930,7 @@ lib/buildcustomize.pl: $& $(mini_obj) write_buildcustomize.pl
$(PERL_EXE): $& perlmain$(OBJ_EXT) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT) write_buildcustomize.pl
-@rm -f miniperl.xok
- $(SHRPENV) $(CC) -o perl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(static_ext) $(LLIBPERL) `cat ext.libs` $(libs)
+ $(SHRPENV) $(CC) -o perl $(CLDFLAGS) $(CCDLFLAGS) perlmain$(OBJ_EXT) $(LLIBPERL) $(static_ext) `cat ext.libs` $(libs)
# Microperl. This is just a convenience thing if one happens to
# build also the full Perl and therefore the real big Makefile: