diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-10 05:37:09 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-10 05:37:09 +0000 |
commit | 465134e5c80b72037c8aa300844249b0a9073c2e (patch) | |
tree | 45d46865b9a226f86b2884d35e23a126abbc260e | |
parent | 8caefb1a7af55afdbaa18b11aa2cc7a1b04ee8cb (diff) | |
download | ATCD-465134e5c80b72037c8aa300844249b0a9073c2e.tar.gz |
fixed comment
-rw-r--r-- | performance-tests/Misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index 370cb5e2450..c1765662234 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -38,7 +38,7 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU ifdef ACE_COMPONENTS ifeq (Other,$(findstring Other,$(ACE_COMPONENTS))) BIN += test_naming - endif # ! Other + endif # Other else # ! ACE_COMPONENTS BIN += test_naming endif # ! ACE_COMPONENTS |