Removed dbCommon.h dependency on O.Common directory, it was causing much

extra compilation and linking the *second* time you run gnumake.
This commit is contained in:
Andrew Johnson
2004-04-19 21:54:44 +00:00
parent 27f39ec664
commit cac8ee7b0e

View File

@@ -87,7 +87,7 @@ endif
include $(TOP)/configure/RULES
$(COMMON_DIR)/dbCommon.h: ../dbCommonRecord.dbd ../dbCommon.dbd $(COMMON_DIR)
$(COMMON_DIR)/dbCommon.h: ../dbCommonRecord.dbd ../dbCommon.dbd
@$(RM) $@$(DEP)
@-$(MKMF) -m $@$(DEP) .. $@ $<
$(RM) $@