devel/common Makefile.common,1.38,1.39

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Mon Oct 16 14:31:33 UTC 2006


Author: katzj

Update of /cvs/extras/devel/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23632

Modified Files:
	Makefile.common 
Log Message:
fix this (patch from mmcgrath)


Index: Makefile.common
===================================================================
RCS file: /cvs/extras/devel/common/Makefile.common,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- Makefile.common	15 Oct 2006 22:03:48 -0000	1.38
+++ Makefile.common	16 Oct 2006 14:31:02 -0000	1.39
@@ -89,7 +89,7 @@
 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)))
-PLAGUE_CLIENT ?= $(which plague-client)
+PLAGUE_CLIENT ?= $(shell which plague-client)
 
 # RPM with all the overrides in place; you can override this in your
 # .cvsextrasrc also, to use a default rpm setup




More information about the scm-commits mailing list