summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-02-02 19:35:54 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-02-02 19:35:54 +0000
commit4e1df29390c456c9bd02f578bab94a3c8034fbb9 (patch)
tree485475a8a43195b9d3009b6ddf8f1511e3d245e9 /Makefile
parentae05276447e919c49e2ce81e3435f949471685b8 (diff)
downloadds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.gz
ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.tar.xz
ds-4e1df29390c456c9bd02f578bab94a3c8034fbb9.zip
[146919] De-brand the Directory Server as "brandx"
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;