Reordered some rules.

This commit is contained in:
Janet B. Anderson
2002-10-04 14:53:48 +00:00
parent 9a173a46d9
commit c6c28baab8

View File

@@ -130,19 +130,19 @@ endif
# Main targets
inc : $(COMMON_INC) $(INSTALL_INC)
build : inc
install: buildInstall
buildInstall : build
install: buildInstall
rebuild: clean install
build : inc
build: $(OBJSNAME) $(LIBTARGETS) $(PRODTARGETS) $(TESTPRODNAME) \
$(TARGETS)
inc : $(COMMON_INC) $(INSTALL_INC)
buildInstall : \
$(INSTALL_SCRIPTS) $(INSTALL_PROD) $(INSTALL_MUNCHS) \
$(INSTALL_TCLLIBS) $(INSTALL_TCLINDEX) \