summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 74ee8fc73355..4d458d923a55 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -527,7 +527,7 @@ update:
@echo "--------------------------------------------------------------"
@echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT}
@echo "--------------------------------------------------------------"
- cd ${.CURDIR}; cvs -q update -rRELENG_4 -P -d
+ cd ${.CURDIR}; cvs -q update -rRELENG_4_7 -P -d
.endif
#