summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorChip Salzenberg <chip@atlantic.net>1997-01-15 15:36:47 +1200
committerChip Salzenberg <chip@atlantic.net>1997-01-17 08:39:00 +1200
commit17b893d84b57c51991c9e5a231e89e0674ae51c9 (patch)
treeb7fa65e0262f93649756b0208e094f2e0539eb4b /Makefile.SH
parent85afd4ae870f9ff4e42276c9fef1ecf04ae2c95a (diff)
downloadperl-17b893d84b57c51991c9e5a231e89e0674ae51c9.tar.gz
Fix '_mopop' typo
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 025dd22248..b62627b8b1 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -394,7 +394,7 @@ d_dummy $(dynamic_ext): miniperl preplibrary $(DYNALOADER) FORCE
s_dummy $(static_ext): miniperl preplibrary $(DYNALOADER) FORCE
@sh ext/util/make_ext static $@ LIBPERL_A=$(LIBPERL)
-clean: _tidy _mopop
+clean: _tidy _mopup
realclean: _cleaner _mopup
@echo "Note that make realclean does not delete config.sh"