summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-24 19:40:11 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-24 19:40:11 +0000
commit56b374075f45355184b2927cc2f24262dc7e6c21 (patch)
tree0131cb0b14564bedd750bae2dce222b46b6deecd /perl-install/Makefile
parent5a632fe532f355a2583970fefb2ed8ceec6c9460 (diff)
downloaddrakx-backup-do-not-use-56b374075f45355184b2927cc2f24262dc7e6c21.tar
drakx-backup-do-not-use-56b374075f45355184b2927cc2f24262dc7e6c21.tar.gz
drakx-backup-do-not-use-56b374075f45355184b2927cc2f24262dc7e6c21.tar.bz2
drakx-backup-do-not-use-56b374075f45355184b2927cc2f24262dc7e6c21.tar.xz
drakx-backup-do-not-use-56b374075f45355184b2927cc2f24262dc7e6c21.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 5381b1391..b0e492ccf 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -31,11 +31,11 @@ tar-diskdrake: clean
c/c.xs: c/c.xs.pm
rm -f $@
- perl $< > $@
+ export C_RPM=1 ; perl $< > $@
chmod a-w $@
$(SO_FILES): c/c.xs
- test -e c/Makefile || (cd c; perl Makefile.PL)
+ test -e c/Makefile || (cd c; export C_RPM=1 ; perl Makefile.PL)
$(MAKE) -C c
install1_hd: install1_hd.c