summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@fedoraproject.org>2009-11-25 23:31:03 +0000
committerBill Nottingham <notting@fedoraproject.org>2009-11-25 23:31:03 +0000
commitaa46b4ea7e89da45d0891da555a1250c2dc449a2 (patch)
treecf4972c91296d9f925c52b950eec2d46d4c1dca9
parentcc16ca13d3944eec93b8471a1eed7e8e67cf0eaf (diff)
downloadperl-Module-Pluggable-EL-6-split.tar.gz
perl-Module-Pluggable-EL-6-split.tar.xz
perl-Module-Pluggable-EL-6-split.zip
Fix typo that causes a failure to update the common directory. (relengEL-6-startEL-6-split
#2781)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05e214c..461eeea 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ NAME := perl-Module-Pluggable
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))