summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 19:55:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 19:55:10 +0000
commit5226dc32b61d31210949273d35e4bbc3a8c11964 (patch)
tree59c0ae1770acc643805aa5134c5b691299341f86
parentdae124560d8782f621389e55b53a61f1caf947e9 (diff)
downloadATCD-5226dc32b61d31210949273d35e4bbc3a8c11964.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 743373d0431..5c0b3faf161 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -4,7 +4,9 @@ Mon Apr 12 14:24:28 1999 David L. Levine <levine@cs.wustl.edu>
added BIN2, LIB2, SHLIB2, and SHLIBA2 to support
subsetting. It allows realclean to remove old BIN,
LIB, SHLIB, and SHLIBA targets after remove the
- ace_components information file.
+ ace_components information file. Also, removed explicit
+ -f following $(RM). -f should be included in the RM macro
+ if appropriate for the platform.
Mon Apr 12 13:01:32 1999 David L. Levine <levine@cs.wustl.edu>