From 79567ad3c23ba4b4b3f699cc2832894f960b4ca4 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 2 Dec 1997 20:13:17 +0000 Subject: Moved some compile options from DCFLAGS to CCFLAGS to build correctly whether debug is on or off. --- include/makeinclude/platform_hpux_aCC.GNU | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU index a48d4da8df0..e8793a8001d 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -14,8 +14,8 @@ HPUX_VERS := $(join $(word 2,$(HPVERS_WORDS)),$(word 3,$(HPVERS_WORDS))) # CC = /bin/cc CXX = /opt/aCC/bin/aCC -CCFLAGS += $(CFLAGS) -DCFLAGS += -g -D_THREAD_SAFE -D_REENTRANT -DHPUX_VERS=$(HPUX_VERS) +CCFLAGS += $(CFLAGS) -D_THREAD_SAFE -D_REENTRANT -DHPUX_VERS=$(HPUX_VERS) +DCFLAGS += -g DLD = $(CXX) LD = $(CXX) PIC = +Z -- cgit v1.2.1