diff options
author | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-20 19:58:42 +0000 |
---|---|---|
committer | toon <toon@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-20 19:58:42 +0000 |
commit | 77d18ca5d2126372740b85f5534da41557ab0746 (patch) | |
tree | 8c1a1a1d15b36f1834218a30e42a778130b60098 /libf2c/ChangeLog | |
parent | 657c6ef9fc9ef206d464e6a097b3f97b194a98e5 (diff) | |
download | gcc-77d18ca5d2126372740b85f5534da41557ab0746.tar.gz |
2002-01-20 Toon Moene <toon@moene.indiv.nluug.nl>
* Makefile.in: $(MULTISUBDIR) has an implied leading `/';
remove duplicates.
Use libtool for removing libg2c{a|la|so} for the `uninstall' target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49021 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/ChangeLog')
-rw-r--r-- | libf2c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 9be80dde6a6..a576b85cadd 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,9 @@ +2002-01-20 Toon Moene <toon@moene.indiv.nluug.nl> + + * Makefile.in: $(MULTISUBDIR) has an implied leading `/'; + remove duplicates. + Use libtool for removing libg2c{a|la|so} for the `uninstall' target. + 2002-01-18 Toon Moene <toon@moene.indiv.nluug.nl> * Makefile.in: Add missing `/' separator in last change. |