aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-01-29 23:01:15 +0000
committerThierry Vignaud <tv@mandriva.org>2008-01-29 23:01:15 +0000
commit7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa (patch)
tree8e7f1338c4cc63c07c30c1e68e1192f035c6646e /grpmi/curl_download/Makefile
parent83b2c1dc23c190d70f0a936daa0d5db5ad53e270 (diff)
downloadrpmdrake-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/Makefile6
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: