summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat/Makefile.PL
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-07-31 23:10:55 +0000
committerMystery Man <unknown@mandriva.org>2002-07-31 23:10:55 +0000
commit6b5bb447b11a31fc0961c20485505a633c9ab4eb (patch)
treeeae73bee290e1e328b539f7649818d7584ee667e /perl-install/resize_fat/Makefile.PL
parent79d226c48d6de4f26c604ddbd0ce769a58d548c6 (diff)
downloaddrakx-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.PL13
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'
-);