From 7a3004a200ab50181cc2b57f3e6f1b0fa210c0fa Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Jan 2008 23:01:15 +0000 Subject: drop now useless curl XS binding --- grpmi/curl_download/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'grpmi/curl_download/Makefile') 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: -- cgit v1.2.1