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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Newt/Makefile') 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: -- cgit v1.2.1