diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2007-06-11 23:19:31 +0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-12 08:32:26 +0000 |
commit | d2d98f31b0d4b556ddadee260502d51e6877de96 (patch) | |
tree | 567614cde00153e038f4180ab070b309781a7723 /Makefile.SH | |
parent | 80365507967096955316527fd22b32ea3dc94765 (diff) | |
download | perl-d2d98f31b0d4b556ddadee260502d51e6877de96.tar.gz |
Re: [PATCH-at-31365] (was - configpm frustrations)
Message-ID: <466D6803.1020808@vkonovalov.ru>
p4raw-id: //depot/perl@31366
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index d7a48c4262..9b9920e0ad 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -822,7 +822,7 @@ makeppport: miniperl$(EXE_EXT) $(CONFIGPM) $(LDLIBPTH) ./miniperl$(EXE_EXT) -Ilib mkppport lib/Config.pod: config.sh miniperl$(EXE_EXT) configpm Porting/Glossary - $(LDLIBPTH) ./miniperl -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm + $(LDLIBPTH) ./miniperl -Ilib configpm $(CONFIGPM): lib/Config.pod |