diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-15 14:29:51 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-15 14:29:51 +0000 |
commit | 9e3b0818b496359d4d1e47bbe1ef12dd6e399bd0 (patch) | |
tree | 7b351f58f5eb3a6c17a0f10996743d0aadec02b0 /include/makeinclude/platform_tru64_cxx.GNU | |
parent | f226264a3f2e84fbf38bd110989e9da4825acb47 (diff) | |
download | ATCD-9e3b0818b496359d4d1e47bbe1ef12dd6e399bd0.tar.gz |
ChangeLogTag: Thu Jul 15 09:28:32 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_tru64_cxx.GNU')
-rw-r--r-- | include/makeinclude/platform_tru64_cxx.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_tru64_cxx.GNU b/include/makeinclude/platform_tru64_cxx.GNU index f499b29c1a0..8c3e719bd94 100644 --- a/include/makeinclude/platform_tru64_cxx.GNU +++ b/include/makeinclude/platform_tru64_cxx.GNU @@ -14,7 +14,7 @@ else # ! 3.x ifeq (4.,$(findstring 4.,$(ACE_DU_VERSION))) include $(ACE_ROOT)/include/makeinclude/platform_osf1_4.0.GNU - ifeq (4.0f,$(findstring 4.,$(shell /usr/sbin/sizer -v))) + ifeq (4.0F,$(findstring 4.,$(shell /usr/sbin/sizer -v))) CFLAGS += -DDIGITAL_UNIX=0x40F else # ! 4.0F CFLAGS += -DDIGITAL_UNIX=0x400 |