summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/Newt/Makefile2
-rw-r--r--perl-install/c/Makefile2
-rw-r--r--perl-install/resize_fat/Makefile2
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: