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/Newt/Makefile | |
parent | ec88df0a7b7659d4c096a4c5540b28db816d7205 (diff) | |
download | drakx-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/Newt/Makefile')
-rw-r--r-- | perl-install/Newt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Newt/Makefile b/perl-install/Newt/Makefile index cb80c5ab7..613ca8a1c 100644 --- a/perl-install/Newt/Makefile +++ b/perl-install/Newt/Makefile @@ -2,7 +2,7 @@ Newt: %: %.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/Newt ; ln -s ../Newt/blib/arch/auto/Newt ../auto clean: |