summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2002-06-06 19:05:17 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-06 18:18:11 +0000
commitab57a4d7f0abf1e18e9e3cd67d1fa6aaa9a081c8 (patch)
tree0363799f6010f0bb52010d4c7720b698c901f9e6 /Makefile.SH
parentc40b5d1d4ac4304e78466da597926abb31c7b9e5 (diff)
downloadperl-ab57a4d7f0abf1e18e9e3cd67d1fa6aaa9a081c8.tar.gz
The Makefile.SH part of
Subject: [PATCH] corrections to Config.pm Message-Id: <200206061705.SAA12213@tempest.npl.co.uk> and regen Configure. p4raw-id: //depot/perl@17041
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index d9ccd639aa..084e8ba4bc 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -666,7 +666,7 @@ preplibrary: miniperl$(EXE_EXT) lib/Config.pm lib/lib.pm $(PREPLIBRARY_LIBPERL)
# Take care to avoid modifying lib/Config.pm without reason
# (If trying to create a new port and having problems with the configpm script,
# try 'make minitest' and/or commenting out the tests at the end of configpm.)
-lib/Config.pm: config.sh miniperl$(EXE_EXT) configpm
+lib/Config.pm: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
$(LDLIBPTH) ./miniperl -Ilib configpm configpm.tmp
sh mv-if-diff configpm.tmp $@