diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-17 20:00:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-17 20:00:25 +0000 |
commit | 9d24cfb331dbd52131e407cb564591451a267526 (patch) | |
tree | 9ba859833be496b6cf35dd47a45fc914337c8813 /sysdeps | |
parent | 6fa02f0ae2435764480741c8202da71fb3f1ecb2 (diff) | |
download | glibc-9d24cfb331dbd52131e407cb564591451a267526.tar.gz glibc-9d24cfb331dbd52131e407cb564591451a267526.tar.xz glibc-9d24cfb331dbd52131e407cb564591451a267526.zip |
2004-10-16 Alfred M. Szmidt <ams@kemisten.nu>
* sysdeps/mach/hurd/Makefile (link-libc-static): Use `$(static-gnulib') instead of `$(gnulib)'.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 5f3da04b47..8677515cd9 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002, 2003 +# Copyright (C) 1993,94,95,96,97,98,99,2000,2001,2002, 2003, 2004 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -177,14 +177,14 @@ ifeq (yes,$(build-static)) link-libc-static := -Wl,-\( \ $(patsubst %,$(common-objpfx)%.a,\ libc mach/libmachuser hurd/libhurduser) \ - $(gnulib) -Wl,-\) + $(static-gnulib) -Wl,-\) else ifeq (yes,$(build-shared)) # We can try to link the programs with lib*_pic.a... link-libc-static := $(link-libc) -Wl,-\( \ $(patsubst %,$(common-objpfx)%_pic.a,\ libc mach/libmachuser hurd/libhurduser) \ - $(gnulib) -Wl,-\) + $(static-gnulib) -Wl,-\) endif endif |