diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-27 17:27:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-27 17:27:47 +0000 |
commit | f38931a9f060a9ecb2ad544b1c2e2c80060f6724 (patch) | |
tree | dc6eafdd66d5b9869b468c3a01944b291600e72a /Rules | |
parent | 528c1f1cb488deb66d80aba839f150450c256c12 (diff) | |
download | glibc-f38931a9f060a9ecb2ad544b1c2e2c80060f6724.tar.gz glibc-f38931a9f060a9ecb2ad544b1c2e2c80060f6724.tar.xz glibc-f38931a9f060a9ecb2ad544b1c2e2c80060f6724.zip |
Update.
1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de> * locales/ru_RU: Abbreviations must end with a consonant. Fix for Tuesday by Ilya Ovchinnikov <ilya@taspd13a.npi.msu.su>. [PR libc/517]
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Rules b/Rules index 2cc53ca280..88581a35da 100644 --- a/Rules +++ b/Rules @@ -189,11 +189,11 @@ $(static-only-routines:%=$(objpfx)%.os): %.os: $(common-objpfx)empty.os ln $< $@ touch $@ -# Must build the routines as PIC, though, because they can end up in (users') -# shared objects. We don't want to use CFLAGS-os because users may, for -# example, make that processor-specific. -$(static-only-routines:%=$(objpfx)%.o): $(objpfx)%.o: %.c $(before-compile) - $(compile.c) $(pic-ccflag) $(OUTPUT_OPTION) +subdir_lib: $(objpfx)stamp.oS +$(objpfx)stamp.oS: $(objpfx)stamp%: $(static-only-routines:%=$(objpfx)%.oS) + $(do-ar) +$(common-objpfx)$(patsubst %,$(libtype.oS),c)(\ +$(addsuffix .%,$(static-only-routines))): $(objpfx)stamp.%; endif ifdef shared-only-routines |