summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 9dd24642f2..3c343c82b7 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -12,19 +12,19 @@ all: $(plextract)
$(plextract):
$(PERL) -I../lib $@.PL
-c2ph: c2ph.PL
+c2ph: c2ph.PL ../config.sh
-h2ph: h2ph.PL
+h2ph: h2ph.PL ../config.sh
-h2xs: h2xs.PL
+h2xs: h2xs.PL ../config.sh
-perlbug: perlbug.PL
+perlbug: perlbug.PL ../config.sh ../patchlevel.h
-perldoc: perldoc.PL
+perldoc: perldoc.PL ../config.sh
-pl2pm: pl2pm.PL
+pl2pm: pl2pm.PL ../config.sh
-splain: splain.PL ../lib/diagnostics.pm
+splain: splain.PL ../config.sh ../lib/diagnostics.pm
clean: