From 4d0160ec341d13977b0d423d7299ba56904f320c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 20 Mar 2007 21:27:29 +0000 Subject: [PATCH] solaris10 change Changed a @CXX@ to a @CXX_DEPENDS@ --- tools/testtools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testtools/Makefile.in b/tools/testtools/Makefile.in index 119b608a3..a8a3dcaf6 100644 --- a/tools/testtools/Makefile.in +++ b/tools/testtools/Makefile.in @@ -33,7 +33,7 @@ clean: $(RM) *.o *.*~ csvdiff $(BINDIR)/csvdiff %.d: - @CXX@ -MM -I$(INCDIR) $(CXX_FLAGS) $*.cpp > $*.d + @CXX_DEPENDS@ -MM -I$(INCDIR) $(CXX_FLAGS) $*.cpp > $*.d depends: $(DEPENDS) cat *.d &> .depends