summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-27 14:45:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-27 14:45:05 +0000
commitd2212429110ea5c7ffe992aa2cb18bde7ce6e83d (patch)
tree1528bc102f275f3760c3b49f30169099c486ac45 /Makefile.SH
parent2e507a43b57896c8a9523e87603504586eeb023f (diff)
downloadperl-d2212429110ea5c7ffe992aa2cb18bde7ce6e83d.tar.gz
Possible fix for "Orks, Dragons, and Elves":
should now build under UTF-8 locales (is building under Solaris en_US.UTF-8 right now). p4raw-id: //depot/perl@15549
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 21427baf6b..a5d9f784a7 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -668,7 +668,7 @@ preplibrary: miniperl$(EXE_EXT) lib/Config.pm lib/lib.pm $(PREPLIBRARY_LIBPERL)
# (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
- $(LDLIBPTH) ./miniperl configpm configpm.tmp
+ $(LDLIBPTH) ./miniperl -Ilib configpm configpm.tmp
sh mv-if-diff configpm.tmp $@
lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl lib/Config.pm