From ec0f329b32b294259f8af7b54ac8c181bae0a738 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 30 Nov 2010 10:49:17 +0100 Subject: [PATCH] remove svn kwds --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 4d067b0..0f16b32 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ # -# $Id$ -# $URL$ -# CURL ?= $(shell if test -f /usr/bin/curl ; then echo "curl -H Pragma: -O -R -S --fail --show-error" ; fi) WGET ?= $(shell if test -f /usr/bin/wget ; then echo "wget -nd -m" ; fi) CLIENT ?= $(if $(CURL),$(CURL),$(if $(WGET),$(WGET))) -- 2.43.0