diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-01-15 15:36:47 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-17 08:39:00 +1200 |
commit | 17b893d84b57c51991c9e5a231e89e0674ae51c9 (patch) | |
tree | b7fa65e0262f93649756b0208e094f2e0539eb4b /Makefile.SH | |
parent | 85afd4ae870f9ff4e42276c9fef1ecf04ae2c95a (diff) | |
download | perl-17b893d84b57c51991c9e5a231e89e0674ae51c9.tar.gz |
Fix '_mopop' typo
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
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" |