From: Ulrich Drepper Date: Tue, 7 Apr 1998 08:51:51 +0000 (+0000) Subject: (libtypes): Redo H.J. Lu's change of 1998-03-27. X-Git-Tag: upstream/2.30~28611 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91641c65220646ae2ad8b4ec6972adc7e6720d36;p=external%2Fglibc.git (libtypes): Redo H.J. Lu's change of 1998-03-27. --- diff --git a/Makeconfig b/Makeconfig index 66a0463..d9f5841 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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))