summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d9d27a4..d0cebf91 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ $(OBJDIR):
if test ! -d $(OBJDIR); then mkdir -p $(OBJDIR); fi;
$(RELTOOLSPATH)/brandver.pl:
- cd $(ABS_ROOT) ; cvs co RelToolsLite
+ cd $(ABS_ROOT)/.. ; cvs co RelToolsLite
$(SDKVER_H):
if test ! -d $(DIRVERDIR); then mkdir -p $(DIRVERDIR); fi;