diff options
author | Mystery Man <unknown@mandriva.org> | 2002-07-31 23:10:55 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2002-07-31 23:10:55 +0000 |
commit | 6b5bb447b11a31fc0961c20485505a633c9ab4eb (patch) | |
tree | eae73bee290e1e328b539f7649818d7584ee667e /perl-install/resize_fat/Makefile.PL | |
parent | 79d226c48d6de4f26c604ddbd0ce769a58d548c6 (diff) | |
download | drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar.gz drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar.bz2 drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.tar.xz drakx-6b5bb447b11a31fc0961c20485505a633c9ab4eb.zip |
This commit was manufactured by cvs2svn to create tag 'V1_1_8_16mdk'.V1_1_8_16mdk
Diffstat (limited to 'perl-install/resize_fat/Makefile.PL')
-rw-r--r-- | perl-install/resize_fat/Makefile.PL | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/perl-install/resize_fat/Makefile.PL b/perl-install/resize_fat/Makefile.PL deleted file mode 100644 index 712f4e395..000000000 --- a/perl-install/resize_fat/Makefile.PL +++ /dev/null @@ -1,13 +0,0 @@ -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. - -WriteMakefile( - 'MAKEFILE' => 'Makefile_c', - 'NAME' => 'c_rewritten', - 'OPTIMIZE' => '-Os', - 'VERSION_FROM' => 'c_rewritten.pm', # finds $VERSION - 'LIBS' => '', # e.g., '-lm' - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - 'INC' => '', # e.g., '-I/usr/include/other' -); |