From b93e5a8a6fb5daa660dd220e9f980da69983f3e7 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Fri, 16 Dec 2011 19:40:03 +0100 Subject: [PATCH] Fix CXX= in Makefile.in --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ae9a070..0f0f067 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ PROGRAM_SOURCE=\ thin_repair.cc \ thin_restore.cc -CXX=g++ +CXX=@CXX@ OBJECTS=$(subst .cc,.o,$(SOURCE)) TOP_DIR:=@top_srcdir@ CXXFLAGS=-Wall -I$(TOP_DIR)