From: Guido Kanschat Date: Sat, 22 Aug 1998 15:53:15 +0000 (+0000) Subject: Compiler im Makefile ersetzt X-Git-Tag: v8.0.0~22752 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b91b5b7a9b34e472688ac762043acf9993d199af;p=dealii.git Compiler im Makefile ersetzt git-svn-id: https://svn.dealii.org/trunk@502 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/Makefile b/deal.II/lac/source/Makefile index 3efa428fb4..a412869586 100644 --- a/deal.II/lac/source/Makefile +++ b/deal.II/lac/source/Makefile @@ -14,7 +14,7 @@ CXX = /home/wolf/bin/gcc/bin/c++ endif ifeq ($(shell uname),SunOS) -CXX = /usr/local/gcc/egcs-19980803/bin/c++ +CXX = g++ endif