From cac8ee7b0ecfa952052b71a79b0aeff943f96d3b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 19 Apr 2004 21:54:44 +0000 Subject: [PATCH] Removed dbCommon.h dependency on O.Common directory, it was causing much extra compilation and linking the *second* time you run gnumake. --- src/db/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/Makefile b/src/db/Makefile index fadf9ee4a..e2f9e6e70 100644 --- a/src/db/Makefile +++ b/src/db/Makefile @@ -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) $@