diff options
author | Nicholas Clark <nick@ccl4.org> | 2002-03-19 21:52:47 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-19 21:10:29 +0000 |
commit | ece2ffd956f7ea808efa81a896d7c65a476ba817 (patch) | |
tree | f1a06d43e2f4687a06bab1b287065680b89dc164 /ext/I18N/Langinfo | |
parent | 4d8cc5f8cae495ff0bcad4a9e629ad4bab92c057 (diff) | |
download | perl-ece2ffd956f7ea808efa81a896d7c65a476ba817.tar.gz |
Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15338
Diffstat (limited to 'ext/I18N/Langinfo')
-rw-r--r-- | ext/I18N/Langinfo/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/I18N/Langinfo/Makefile.PL b/ext/I18N/Langinfo/Makefile.PL index 730a45fecc..b307aca2e0 100644 --- a/ext/I18N/Langinfo/Makefile.PL +++ b/ext/I18N/Langinfo/Makefile.PL @@ -13,6 +13,7 @@ WriteMakefile( # Insert -I. if you add *.h files later: 'INC' => '', # e.g., '-I/usr/include/other' 'MAN3PODS' => {}, # Pods will be built by installman + realclean => {FILES=> 'const-c.inc const-xs.inc'}, # Un-comment this if you add C files to link with later: # 'OBJECT' => '$(O_FILES)', # link all the C files too ); |