summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-22 21:41:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-22 21:41:34 +0000
commita5ca2692b9381af8f08f8c10933f0022f45b779d (patch)
treec2fa58ca07fcfe5b9a7686ecd2b2f743f266f7b7 /perl-install/resize_fat
parentec88df0a7b7659d4c096a4c5540b28db816d7205 (diff)
downloaddrakx-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar
drakx-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar.gz
drakx-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar.bz2
drakx-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar.xz
drakx-a5ca2692b9381af8f08f8c10933f0022f45b779d.zip
ensure things build as they should when perl is upgraded on compilation box
(using a nice scheme: make || make)
Diffstat (limited to 'perl-install/resize_fat')
-rw-r--r--perl-install/resize_fat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/resize_fat/Makefile b/perl-install/resize_fat/Makefile
index a82ca8441..9078b361a 100644
--- a/perl-install/resize_fat/Makefile
+++ b/perl-install/resize_fat/Makefile
@@ -2,7 +2,7 @@
c_rewritten: %: %.xs
test -e Makefile_c || perl Makefile.PL
- $(MAKE) -f Makefile_c LD_RUN_PATH=
+ $(MAKE) -f Makefile_c LD_RUN_PATH= || $(MAKE) -f Makefile_c LD_RUN_PATH=
rm -f ../auto/resize_fat ; ln -s ../resize_fat/blib/arch/auto ../auto/resize_fat
clean: