aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/Makefile
diff options
context:
space:
mode:
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: