diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-08 08:54:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-08 08:54:53 +0000 |
commit | 68ef28edc2f1bafa417da1ac8d35a3bf2a1b565b (patch) | |
tree | 6cce0584a87bba535c06222bd1bbb7ad71154b2a /Makerules | |
parent | Update. (diff) | |
download | glibc-68ef28edc2f1bafa417da1ac8d35a3bf2a1b565b.tar.gz glibc-68ef28edc2f1bafa417da1ac8d35a3bf2a1b565b.tar.bz2 glibc-68ef28edc2f1bafa417da1ac8d35a3bf2a1b565b.zip |
Update.
1998-01-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* manual/Makefile (stamp-summary): Remove space after -t option
for compatibility with non-GNU sort programs.
1999-01-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* manual/search.texi (Comparison Functions): Fix compare_doubles
example.
1999-01-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* Makerules (do-tests-clean): Remove reference to obsolete
variable tests-static.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -884,8 +884,7 @@ clean: common-clean mostlyclean: common-mostlyclean do-tests-clean: - -rm -f $(addprefix $(objpfx),$(addsuffix .out,$(tests) $(test-srcs)) \ - $(addsuffix .sout,$(tests-static))) + -rm -f $(patsubst %,$(objpfx)%.out,$(tests) $(test-srcs)) # Remove the object files. common-mostlyclean: |