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/c/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/c/Makefile')
-rw-r--r-- | perl-install/c/Makefile | 2 |
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: |