Added .i files to precious. Removed reference to iocBinInstalls.

This commit is contained in:
Janet B. Anderson
2001-03-23 20:59:41 +00:00
parent ef696499e4
commit 36d073b4dd

View File

@@ -392,15 +392,14 @@ $(INSTALL_TEMPLATES_SUBDIR)/%: %
@echo "Installing $@"
@$(INSTALL) -d -m 644 $< $(@D)
.PRECIOUS: %.o %.c %.nm %.cpp
.PRECIOUS: %.i %.o %.c %.nm %.cpp
.PRECIOUS: $(COMMON_INC)
-include $(CONFIG)/RULES.Db
-include DEPENDS
.PHONY: all inc depends build install clean rebuild buildInstall binInstalls \
iocBinInstalls
.PHONY: all inc depends build install clean rebuild buildInstall binInstalls
# EOF RULES_BUILD