summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 05:33:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 05:33:24 +0000
commite61cb745b758381d9984cb0862ba7aa90ce2fa2e (patch)
tree091d558f9d6f8f5c5da57e43e3a3a82c3df45db4 /performance-tests
parentdbb6fdd570079c1219c0a4351aaa7e48def305b3 (diff)
downloadATCD-e61cb745b758381d9984cb0862ba7aa90ce2fa2e.tar.gz
fixed typo: += instead of + =
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile
index 7d45b05f9fd..0e4732dbed1 100644
--- a/performance-tests/Misc/Makefile
+++ b/performance-tests/Misc/Makefile
@@ -37,7 +37,7 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
#### try to build test_naming.
ifdef ACE_COMPONENTS
ifeq (,$(findstring Other,$(ACE_COMPONENTS)))
- BIN+ = test_naming
+ BIN += test_naming
endif # ! Other
else # ! ACE_COMPONENTS
BIN += test_naming