diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-24 19:40:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-24 19:40:11 +0000 |
commit | 56b374075f45355184b2927cc2f24262dc7e6c21 (patch) | |
tree | 0131cb0b14564bedd750bae2dce222b46b6deecd /perl-install/Makefile | |
parent | 5a632fe532f355a2583970fefb2ed8ceec6c9460 (diff) | |
download | drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar.gz drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar.bz2 drakx-56b374075f45355184b2927cc2f24262dc7e6c21.tar.xz drakx-56b374075f45355184b2927cc2f24262dc7e6c21.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
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 |