From: wolf Date: Tue, 25 Aug 1998 13:00:09 +0000 (+0000) Subject: Change compiler setting to a more compatible style. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a59b02184b4858b0237453a81497ce8dc80f772d;p=dealii-svn.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