summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-23 14:31:12 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-23 14:31:12 +0000
commit59dd04346766d92e282c93f43db79f717f3f3fab (patch)
treecf6275a4ae3ea72e07141bc658f6a21ebdc9df81
parent512ee03a5c068cd482e30b0613f1fc17c6608e7c (diff)
downloadATCD-59dd04346766d92e282c93f43db79f717f3f3fab.tar.gz
removed trailing spaces from CC and CXX macros
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index bb08fa70b22..456bc054d26 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -5,8 +5,8 @@
debug = 1
optimize = 1
-CC = gcc
-CXX = g++
+CC = gcc
+CXX = g++
CFLAGS += -Wall -Wpointer-arith -pipe #### -Winline
CCFLAGS += $(CFLAGS) -fno-implicit-templates
DCFLAGS += -g