Change 11491 by jhi@alpha on 2001/07/30 01:32:54
Missed from #11490 (the required dependency).
Affected files ...
... //depot/perl/Makefile.SH#203 edit
Differences ...
==== //depot/perl/Makefile.SH#203 (text) ====
Index: perl/Makefile.SH
--- perl/Makefile.SH.~1~ Sun Jul 29 19:45:06 2001
+++ perl/Makefile.SH Sun Jul 29 19:45:06 2001
@@ -220,6 +220,8 @@
OPTIMIZE = $optimize
+EXTRAS = $extras
+
!GROK!THIS!
# not used by Makefile but by installperl;
# mentioned here so that metaconfig picks these up
@@ -680,7 +682,7 @@
no-install:
$(MAKE) install.perl install.man STRIPFLAGS=$(STRIPFLAGS) INSTALLFLAGS=-n
-install.perl: all installperl
+install.perl: all installperl extras.lst
if [ -n "$(COMPILE)" ]; \
then \
cd utils; $(MAKE) compile; \
End of Patch.