summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-14 19:38:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-14 19:38:45 +0000
commit834bd66e49c7a9121934ab64cd4a8a31176fadfd (patch)
tree43fd347957818c284ef7b7e00fb7eccb8c7ef5c9
parent675f77be3f35858b0fb8e4aad4216c81fc7c9f12 (diff)
downloadATCD-834bd66e49c7a9121934ab64cd4a8a31176fadfd.tar.gz
ChangeLogTag:Wed Apr 14 12:34:56 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ChangeLog9
-rw-r--r--tests/Makefile.libs3
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d3db020abf..2c2cb9f6ded 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Apr 14 12:34:56 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * tests/Makefile.libs:
+
+ Reverted a change (Makefile.libs,v 4.3 2004/04/13 23:15:45
+ mbrudka) that incorrectly replaced a dependency on test_config.h
+ with test_$(ACE_PLATFORM_CONFIG). Thanks to Johnny Willemsen
+ for pointing me in the right direction.
+
Wed Apr 14 11:26:20 2004 Steve Huston <shuston@riverace.com>
* include/makeinclude/platform_aix_g++.GNU: If rtti=0, add
diff --git a/tests/Makefile.libs b/tests/Makefile.libs
index 616b5362b3f..a7b4620b50e 100644
--- a/tests/Makefile.libs
+++ b/tests/Makefile.libs
@@ -61,7 +61,7 @@ endif
#----------------------------------------------------------------------------
-libTest_Output.$(SOEXT): Test_Output.cpp test_$(ACE_PLATFORM_CONFIG)
+libTest_Output.$(SOEXT): Test_Output.cpp test_config.h
@$(MAKE) -f Makefile.Test_Output
libFramework_Component_DLL.$(SOEXT): Framework_Component_DLL.cpp Framework_Component_DLL.h
@@ -96,6 +96,7 @@ realclean: clean
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------
+
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.