diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-15 19:02:58 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-01-15 19:02:58 +0000 |
commit | 3d981d513883cea40c30eea94df9d953ea16359e (patch) | |
tree | a00272ee1a5c03c5cc958657a7ebd0251125715f | |
parent | 2e8c4c3270288f52518f91378fb7de512dd62970 (diff) | |
download | ATCD-3d981d513883cea40c30eea94df9d953ea16359e.tar.gz |
*** empty log message ***
-rw-r--r-- | ChangeLog-98a | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a index 119ec939ad5..49a79a4f58b 100644 --- a/ChangeLog-98a +++ b/ChangeLog-98a @@ -7,10 +7,15 @@ Thu Jan 15 09:12:26 1998 David L. Levine <levine@cs.wustl.edu> * ace/OS.i,config-linux-common.h,README: aded ACE_HAS_SOCKLEN_T support for Linux/glibc2, which has a socklen_t type. - * include/makeinclude/rules.local.GNU: produce all 4 combinations of - .obj, .shobj, .o, and .so dependency targets. This should take care - of the problem of not rebuilding when a dependency has changed, - after we regenerate all the Makefiles. + * include/makeinclude/rules.local.GNU (depend.local): produce all 4 + combinations of .obj, .shobj, .o, and .so dependency targets. This + should take care of the problem of not rebuilding when a dependency + has changed, after we regenerate all the Makefiles. + + * include/makeinclude/rules.local.GNU (depend.local): removed the sed + rule that wiped out each Makefile line ending with :. I don't know + why that rule was there. With it, if a Makefile had a target such + as clean:, it got deleted. Not any more. * bin/g++dep: added lib/g++-include path to gcc -MM invocation, so that gcc can find all of its headers. (It didn't help to replace |