From 6fd65cea64814349560e4c64a4a160c5653b22ae Mon Sep 17 00:00:00 2001 From: levine Date: Wed, 19 Mar 1997 22:13:34 +0000 Subject: split out CFLAGS and CCFLAGS --- include/makeinclude/platform_osf1_3.2.GNU | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/makeinclude/platform_osf1_3.2.GNU') diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU index 72ae4735730..1dda8982c21 100644 --- a/include/makeinclude/platform_osf1_3.2.GNU +++ b/include/makeinclude/platform_osf1_3.2.GNU @@ -1,7 +1,9 @@ # This platform macros file is intended to work with Digital UNIX 3.2 (OSF/1 3.2). -CC = cxx -non_shared -CXX = cxx -x cxx -w0 -non_shared +CC = cxx +CXX = $(CC) +CFLAGS += -non_shared +CCFLAGS += $(CFLAGS) -x cxx -w0 #DLD = ld -non_shared DLD = ld -shared LD = $(CXX) -- cgit v1.2.1