diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-02-11 09:01:54 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-02-11 09:01:54 +0000 |
commit | bf8419b987d24394676108127af8a599f7f7a9fa (patch) | |
tree | fdb3f9da34d5c942f223afc6736cd67b433cdf36 /Makefile | |
parent | d4f7a4c095da67f295204513c4be90f602daa7b4 (diff) | |
download | glibc-bf8419b987d24394676108127af8a599f7f7a9fa.tar.gz |
Updated to fedora-glibc-20050211T0853
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991-2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1991-2002, 2003, 2004, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -64,7 +64,7 @@ endif # $(AUTOCONF) = no subdir_update-abi subdir_check-abi \ subdir_echo-headers \ subdir_install \ - subdir_testclean \ + subdir_objs subdir_stubs subdir_testclean \ $(addprefix install-, no-libc.a bin lib data headers others) headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \ |