summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/c')
-rw-r--r--perl-install/c/Makefile2
1 files changed, 1 insertions, 1 deletions
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: