From 6e04d47209a25de07306c93e4e61bf34354ba727 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 10 Mar 1997 18:13:20 +0000 Subject: [PATCH] Added cc depends rule. --- config/CONFIG.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.solaris b/config/CONFIG.solaris index c12d6682f..93182cd30 100644 --- a/config/CONFIG.solaris +++ b/config/CONFIG.solaris @@ -162,4 +162,4 @@ LINK.c = $(CC) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) LINK.cc = $(CXX) -o $@ $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) DEPENDS_RULE.c = -$(COMPILE.c) -xM $(SRCS.c) > .DEPENDS -DEPENDS_RULE.cc = @echo no DEPENDS_RULE.cc defined in CONFIG.solaris +DEPENDS_RULE.cc = -$(COMPILE.cc) -xM $(SRCS.cc) >> .DEPENDS