diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-22 21:41:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-22 21:41:34 +0000 |
commit | a5ca2692b9381af8f08f8c10933f0022f45b779d (patch) | |
tree | c2fa58ca07fcfe5b9a7686ecd2b2f743f266f7b7 /perl-install/resize_fat | |
parent | ec88df0a7b7659d4c096a4c5540b28db816d7205 (diff) | |
download | drakx-backup-do-not-use-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar drakx-backup-do-not-use-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar.gz drakx-backup-do-not-use-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar.bz2 drakx-backup-do-not-use-a5ca2692b9381af8f08f8c10933f0022f45b779d.tar.xz drakx-backup-do-not-use-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/Makefile | 2 |
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: |