summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-01 14:16:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-01 14:16:32 +0000
commit8ab18b675bf3a547d23c7c7d0b86a1169014b56c (patch)
treee250908e54d7d823cb69fda605ad3a576383bb85 /Makefile.SH
parentcace1726e17065120ea0a72ecc23f9ee4c322248 (diff)
downloadperl-8ab18b675bf3a547d23c7c7d0b86a1169014b56c.tar.gz
Revert change #24656
p4raw-link: @24656 on //depot/perl: 5cf1bec94acfda2c63b79cbc3b0bce4e6fe08b97 p4raw-id: //depot/perl@24658
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 5f4cf007a6..575273ccce 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -762,9 +762,8 @@ preplibrary: miniperl$(EXE_EXT) $(CONFIGPM) 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.)
$(CONFIGPM): config.sh miniperl$(EXE_EXT) configpm Porting/Glossary
- $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=heavy.tmp configpm.tmp
+ $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl configpm.tmp
sh mv-if-diff configpm.tmp lib/Config.pm
- sh mv-if-diff heavy.tmp lib/Config_heavy.pl
lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl$(EXE_EXT) minimod.pl $(CONFIGPM)
$(LDLIBPTH) ./miniperl minimod.pl > minimod.tmp