summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@fedoraproject.org>2009-11-25 23:31:58 +0000
committerBill Nottingham <notting@fedoraproject.org>2009-11-25 23:31:58 +0000
commitd1203fc4a257c47fd156bb5878f360bce8da0713 (patch)
treecb12c84c1d3e372aa3b77c16557fdee73673c38d
parent04f2ffe676c61124d7ff8c2ee000a2806764fbfc (diff)
downloadnetaddr-F-13-split.tar.gz
netaddr-F-13-split.tar.xz
netaddr-F-13-split.zip
Fix typo that causes a failure to update the common directory. (relengF-13-startF-13-split
#2781)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2c20321..0952782 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NAME := python-netaddr
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))