Merge remote-tracking branch 'origin/f12' into rhel6
[yum.git] / Makefile
index b311b28..bafbbae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+#
+# $Id: Makefile 16118 2009-12-14 11:43:31Z thierry $
+# $URL: svn+ssh://thierry@svn.planet-lab.org/svn/linux-2.6/branches/f12/Makefile $
+#
 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)))
@@ -93,4 +97,3 @@ rpm: sources
 
 clean:
        rm -f *.rpm
-