diff options
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 77b3893889..f5dff60848 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -227,6 +227,7 @@ $spitshell >>Makefile <<'!NO!SUBS!' ;; *) $spitshell >>Makefile <<'!NO!SUBS!' + rm -f $(perllib) ar rcu $(perllib) perl.o $(obj) @$(ranlib) $(perllib) !NO!SUBS! @@ -329,6 +330,7 @@ clean: realclean: clean -cd x2p; $(MAKE) realclean + -cd pod; $(MAKE) realclean @for x in $(DYNALOADER) $(dynamic_ext) $(static_ext) ; do \ sh ext/util/make_ext realclean $$x ; \ done |