summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index ebbdbe97cc..c1689cd11d 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -405,7 +405,8 @@ perly.c: perly.y
perly.h: perly.y
-@sh -c true
-SYM = global.sym interp.sym compat3.sym
+# No compat3.sym here since and including the 5.004_50.
+SYM = global.sym interp.sym perlio.sym thread.sym
SYMH = perlvars.h thrdvar.h
@@ -545,7 +546,7 @@ minitest: miniperl
# installed perlbug. We don't re-run the tests here - we trust the user.
# Please *don't* use this unless all tests pass.
# If you want to report test failures, just use "perlbug -Ilib".
-ok:
+ok: utilities
./perl -Ilib utils/perlbug -ok -s '(UNINSTALLED)'
clist: $(c)