Added dependancies so that INSTALLS will be built.

This commit is contained in:
Janet B. Anderson
1999-02-05 23:05:31 +00:00
parent 41d7a7a7c8
commit 4c167cea47
2 changed files with 4 additions and 2 deletions

View File

@@ -335,7 +335,7 @@ endif # LIBRARY
all:: install
build:: $(LIBTARGETS) $(PROD) $(TESTPROD) \
build:: $(LIBTARGETS) $(PROD) $(TESTPROD) $(INSTALLS) \
$(MENUS) $(RECTYPES) $(BPTS) $(DBDNAME)
inc:: $(INSTALL_INC) $(INSTALL_OSINC)
@@ -744,6 +744,8 @@ $(INSTALL_TEMPLATES)/$(TEMPLATES_DIR)/%: %
-include DEPENDS
$(DBDNAME): ../base.dbd $(RECTYPES:%.h=../%.dbd)
.PHONY:: all inc depends build install clean rebuild buildInstall
# EOF RULES.Host

View File

@@ -48,7 +48,7 @@ rebuild:: clean install
pre_build::
build:: pre_build $(MENUS) $(RECTYPES) $(BPTS)\
$(LIBNAME) $(LIBNAME_CXX) $(TARGETS) $(PROD) $(DBDNAME)
$(LIBNAME) $(LIBNAME_CXX) $(TARGETS) $(PROD) $(DBDNAME) $(INSTALLS)
inc:: $(INSTALL_INC) $(INSTALL_OSINC)