diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-03-03 15:01:17 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-03-03 15:01:17 +0000 |
commit | bc403cc629ad1b2d73dccd584bc6cc5ae4721143 (patch) | |
tree | eaec22cdb2ad7e94e8aca4ef2a5f7891fd8bf284 /perl-install/c/Makefile.PL | |
parent | 30eee52f77ea39cc70eaf1deea415a12e7104d01 (diff) | |
download | drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar.gz drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar.bz2 drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.tar.xz drakx-bc403cc629ad1b2d73dccd584bc6cc5ae4721143.zip |
remove unused silo&sbus&prom stuff (was for sparc, but untouched for more than 5 years and must be broken
Diffstat (limited to 'perl-install/c/Makefile.PL')
-rw-r--r-- | perl-install/c/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 988c8ca2c..14c1df855 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -16,7 +16,7 @@ WriteMakefile( 'NAME' => 'stuff', 'OPTIMIZE' => '-Os', 'MAKEFILE' => 'Makefile_c', - 'OBJECT' => "stuff.o sbus.o silo.o " . ($pcmcia_dir && " probe.o"), + 'OBJECT' => "stuff.o " . ($pcmcia_dir && " probe.o"), 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' |