diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-07 08:51:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-07 08:51:51 +0000 |
commit | 91641c65220646ae2ad8b4ec6972adc7e6720d36 (patch) | |
tree | b3916e153d5c831c5aa7d6c42d13921f5afc8ba3 | |
parent | 2263f790b19b0f0961a30164348649f74c329cb9 (diff) | |
download | glibc-91641c65220646ae2ad8b4ec6972adc7e6720d36.zip glibc-91641c65220646ae2ad8b4ec6972adc7e6720d36.tar.gz glibc-91641c65220646ae2ad8b4ec6972adc7e6720d36.tar.bz2 |
(libtypes): Redo H.J. Lu's change of 1998-03-27.
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -571,7 +571,7 @@ endif # Various things use $(object-suffixes) to know what all to make. # The compilation rules use $(CPPFLAGS-${SUFFIX}) and $(CFLAGS-${SUFFIX}) # to pass different flags for each flavor. -libtypes = $(foreach o,$(object-suffixes),$(libtype$o)) +libtypes = $(foreach o,$(object-suffixes-for-libc),$(libtype$o)) all-object-suffixes := .o .os .op .og .ob .oS object-suffixes := ifeq (yes,$(build-static)) |