diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-05 23:49:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-05 23:49:59 +0000 |
commit | 5613ea18438a5fddd543a358c0226831b841df72 (patch) | |
tree | 30ca13537f90dcaa9d06bbbb5f27146b7314d44c | |
parent | 79d9fbc23654ba0ca72bc5befd870bc54769aedc (diff) | |
download | glibc-5613ea18438a5fddd543a358c0226831b841df72.tar.gz |
2004-12-05 Roland McGrath <roland@frob.com>
* Makeconfig: Comment typo fix.
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index ab9f806eff..3368b51e51 100644 --- a/Makeconfig +++ b/Makeconfig @@ -818,7 +818,7 @@ postclean-generated += soversions.mk soversions.i \ shlib-versions.v shlib-versions.v.i # Generate the header containing the names of all shared libraries. -# We use a stamp file to avoid uncessary recompilations. +# We use a stamp file to avoid unnecessary recompilations. before-compile += $(common-objpfx)gnu/lib-names.h ifeq ($(soversions.mk-done),t) $(common-objpfx)gnu/lib-names.h: $(common-objpfx)gnu/lib-names.stmp; @: |