diff options
author | Jakub Jelinek <jakub@redhat.com> | 2004-11-12 16:56:15 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2004-11-12 16:56:15 +0000 |
commit | 8ae4ba1c6d925bdd110d6bbc04f6338065dd56ac (patch) | |
tree | 48c51adddf5da14da5cf924e6c6e6e946eaea57f /Rules | |
parent | 9abf55c24c31a53d987ebf53e46cbd64eab417bc (diff) | |
download | glibc-8ae4ba1c6d925bdd110d6bbc04f6338065dd56ac.tar glibc-8ae4ba1c6d925bdd110d6bbc04f6338065dd56ac.tar.gz glibc-8ae4ba1c6d925bdd110d6bbc04f6338065dd56ac.tar.bz2 glibc-8ae4ba1c6d925bdd110d6bbc04f6338065dd56ac.zip |
Updated to fedora-glibc-20041112T1640
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ endif ifeq ($(build-programs),yes) binaries-all = $(others) $(sysdep-others) $(tests) $(xtests) $(test-srcs) -binaries-static = $(others-static) $(tests-static) +binaries-static = $(others-static) $(tests-static) $(xtests-static) else binaries-all = $(tests) $(xtests) $(test-srcs) binaries-static = |