From a5ca2692b9381af8f08f8c10933f0022f45b779d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Jul 2002 21:41:34 +0000 Subject: ensure things build as they should when perl is upgraded on compilation box (using a nice scheme: make || make) --- perl-install/Newt/Makefile | 2 +- perl-install/c/Makefile | 2 +- perl-install/resize_fat/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 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: diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile index e58cab335..a494da760 100644 --- a/perl-install/c/Makefile +++ b/perl-install/c/Makefile @@ -5,7 +5,7 @@ C_DRAKX = 1 stuff: %: %.xs test -e Makefile_c || C_RPM=$(C_RPM) C_DRAKX=$(C_DRAKX) 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/c ; ln -s ../c/blib/arch/auto ../auto/c clean: 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: -- cgit v1.2.1