From: Wolfgang Bangerth Date: Tue, 25 Aug 1998 13:00:09 +0000 (+0000) Subject: Change compiler setting to a more compatible style. X-Git-Tag: v8.0.0~22741 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2df6adf7c70d159e4027c9ce96457c5c7b0ed30;p=dealii.git Change compiler setting to a more compatible style. git-svn-id: https://svn.dealii.org/trunk@513 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/Makefile b/deal.II/base/source/Makefile index 7000f51cea..eb5f801663 100644 --- a/deal.II/base/source/Makefile +++ b/deal.II/base/source/Makefile @@ -14,8 +14,7 @@ CXX = /home/wolf/bin/gcc/bin/c++ endif ifeq ($(shell uname),SunOS) -//CXX = /usr/local/gcc/egcs-19980803/bin/c++ -CXX = g++ +CXX = c++ endif