diff options
author | Steve Huston <shuston@riverace.com> | 1999-07-12 15:40:56 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-07-12 15:40:56 +0000 |
commit | 909b567845fc3ccc0852933b5a273fbd4ab8ad22 (patch) | |
tree | 45901d4f3782594c44e2cee747a4e14936030989 /include | |
parent | b132f160c858761cf9ac3bbd678281cfe15a95ff (diff) | |
download | ATCD-909b567845fc3ccc0852933b5a273fbd4ab8ad22.tar.gz |
Removed CPP_LOCATION - no longer needed.
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/platform_hpux_aCC.GNU | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU index dab665250d5..19ec2f07488 100644 --- a/include/makeinclude/platform_hpux_aCC.GNU +++ b/include/makeinclude/platform_hpux_aCC.GNU @@ -26,8 +26,6 @@ HPUX_VERS := $(join $(word 2,$(HPVERS_WORDS)),$(word 3,$(HPVERS_WORDS))) # CC = /bin/cc CXX = /opt/aCC/bin/aCC -# CPP_LOCATION is for TAO builds - says where the C preprocessor is -CPP_LOCATION = /usr/ccs/lbin/cpp # # Set the appropriate preprocessor defs for threading based on OS version. # If the user has requested building without threads, then don't set any |