summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index ab2f202cea..a443381537 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -574,9 +574,14 @@ perl$(OBJ_EXT): git_version.h
translators: $(MINIPERL_EXE) $(CONFIGPM) $(dynamic_ext) FORCE
@echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all
-utilities: $(MINIPERL_EXE) $(CONFIGPM) $(plextract) FORCE
- @echo " "; echo " Making utilities"; cd utils; $(LDLIBPTH) $(MAKE) all
+!NO!SUBS!
+
+$spitshell >>$Makefile <<!GROK!THIS!
+utilities: \$(MINIPERL_EXE) \$(CONFIGPM) \$(plextract) FORCE lib/auto/Cwd/Cwd.$dlext
+ @echo " "; echo " Making utilities"; cd utils; \$(LDLIBPTH) \$(MAKE) all
+!GROK!THIS!
+$spitshell >>$Makefile <<'!NO!SUBS!'
# This is now done by installman only if you actually want the man pages.
# @echo " "; echo " Making docs"; cd pod; $(MAKE) all;