summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-12-02 20:13:17 +0000
committerSteve Huston <shuston@riverace.com>1997-12-02 20:13:17 +0000
commit79567ad3c23ba4b4b3f699cc2832894f960b4ca4 (patch)
tree7f7aa6096059d57bcecad91cf7e0b4185c701181
parent578bbb6d22cfda53e415453a9381199f0142628b (diff)
downloadATCD-79567ad3c23ba4b4b3f699cc2832894f960b4ca4.tar.gz
Moved some compile options from DCFLAGS to CCFLAGS to build correctly
whether debug is on or off.
-rw-r--r--include/makeinclude/platform_hpux_aCC.GNU4
1 files 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