diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-12-07 14:01:11 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-12-07 14:01:11 +0000 |
commit | 37756a838922d080448793aa5ab5e90c5aba78c1 (patch) | |
tree | 043efc2dbba1e4c350c65704af85bd5a628ea561 /Makeconfig | |
parent | 3b1744f208165b87fb8cd286d39b395c56257ee5 (diff) |
Updated to fedora-glibc-20041207T1331
Diffstat (limited to 'Makeconfig')
-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; @: |