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:
@@ -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) $@
|
||||
|
||||
Reference in New Issue
Block a user