diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-01-29 23:01:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-01-29 23:01:15 +0000 |
commit | 7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa (patch) | |
tree | 8e7f1338c4cc63c07c30c1e68e1192f035c6646e /grpmi/curl_download/Makefile | |
parent | 83b2c1dc23c190d70f0a936daa0d5db5ad53e270 (diff) | |
download | rpmdrake-7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa.tar rpmdrake-7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa.tar.gz rpmdrake-7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa.tar.bz2 rpmdrake-7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa.tar.xz rpmdrake-7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa.zip |
drop now useless curl XS binding
Diffstat (limited to 'grpmi/curl_download/Makefile')
-rw-r--r-- | grpmi/curl_download/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grpmi/curl_download/Makefile b/grpmi/curl_download/Makefile index 76721838..363ad0af 100644 --- a/grpmi/curl_download/Makefile +++ b/grpmi/curl_download/Makefile @@ -1,11 +1,11 @@ .PHONY: clean -curl_download: %: %.xs - test -e Makefile_c || perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) +curl_download: + test -e Makefile_c || perl Makefile.PL $(MAKE) -f Makefile_c install: - test -e Makefile_c || perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) + test -e Makefile_c || perl Makefile.PL $(MAKE) -f Makefile_c install clean: |