diff options
author | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-22 21:06:32 +0000 |
---|---|---|
committer | cleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-22 21:06:32 +0000 |
commit | 93dce37f5597a1535f8f1d95e8c3ca4b94849454 (patch) | |
tree | 73daf78b5834090be641250ceb1f842ddb56cec2 /include/makeinclude/platform_osf1_3.2.GNU | |
parent | 8eafc4bf6c7c58cf8a1b3a664c8281e56b114de2 (diff) | |
download | ATCD-93dce37f5597a1535f8f1d95e8c3ca4b94849454.tar.gz |
Changed WRAPPER_ROOT to ACE_ROOT.
Diffstat (limited to 'include/makeinclude/platform_osf1_3.2.GNU')
-rw-r--r-- | include/makeinclude/platform_osf1_3.2.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_osf1_3.2.GNU b/include/makeinclude/platform_osf1_3.2.GNU index 04be325dce2..19862d04cfa 100644 --- a/include/makeinclude/platform_osf1_3.2.GNU +++ b/include/makeinclude/platform_osf1_3.2.GNU @@ -2,7 +2,7 @@ CC = cxx CXX = $(CC) -CFLAGS += $(DCFLAGS) -ptr $(WRAPPER_ROOT)/ptrepository +CFLAGS += $(DCFLAGS) -ptr $(ACE_ROOT)/ptrepository CCFLAGS += $(CFLAGS) -x cxx -w0 DCFLAGS += -g -threads DLD = ld -shared -expect_unresolved '*' |