Browse Source

Rebranding targets should checkout reltools automatically - [email protected]

Nathan Kinder 21 years ago
parent
commit
864f958a5b
1 changed files with 5 additions and 2 deletions
  1. 5 2
      Makefile

+ 5 - 2
Makefile

@@ -151,12 +151,12 @@ endif
 	@echo ==== Finished Server LIBS for: $(BUILD_MODULE) ==========
 	@echo 
 
-brandDirectory:
+brandDirectory: $(RELTOOLSPATH)/brandver.pl
 	@echo ==== Branding LDAP Server ==========
 	$(RELTOOLSPATH)/brandver.pl -i $(RELTOOLSPATH)/ldap/brandver.dat
 	@echo ==== Finished Branding LDAP Server ==========
 
-normalizeDirectory:
+normalizeDirectory: $(RELTOOLSPATH)/brandver.pl
 	@echo ==== Normalizing LDAP Server ==========
 	$(RELTOOLSPATH)/brandver.pl -i $(RELTOOLSPATH)/ldap/normalize.dat
 	@echo ==== Normalizing Branding LDAP Server ==========
@@ -221,6 +221,9 @@ endif
 $(OBJDIR):
 	if test ! -d $(OBJDIR); then mkdir -p $(OBJDIR); fi;
 
+$(RELTOOLSPATH)/brandver.pl:
+	cd $(ABS_ROOT) ; cvs co RelToolsLite
+
 $(SDKVER_H):
 	if test ! -d $(DIRVERDIR); then mkdir $(DIRVERDIR); fi;
 	$(PERL) dirver.pl -v "$(DIRSDK_VERSION)" -o $@