From 560e9d5bf298e910ae465d64b7b4e7c9f9ea0b31 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 27 Aug 2001 18:57:10 +0000 Subject: [PATCH] Added SRCS.c and SRCS.cc to depends dependancies. --- config/RULES.Host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/RULES.Host b/config/RULES.Host index 74a5e1f98..5fdaaacda 100644 --- a/config/RULES.Host +++ b/config/RULES.Host @@ -520,9 +520,9 @@ $(PACKAGE)_%.h:$(INSTALL_JAVA)/$(PACKAGE)/%.class # The order of the following rules is # VERY IMPORTANT !!!! -depends:: $(LIBSRCS) $(SRCS) $(COND_PROD_SRCS) +depends:: $(LIBSRCS) $(SRCS) $(COND_PROD_SRCS) $(SRCS.c) $(SRCS.cc) $(RM) DEPENDS -ifneq ($(strip $(LIBSRCS) $(SRCS) $(COND_PROD_SRCS)),) +ifneq ($(strip $(LIBSRCS) $(SRCS) $(COND_PROD_SRCS) $(SRCS.c) $(SRCS.cc)),) $(DEPENDS_RULE) endif