summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-07 08:51:51 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-07 08:51:51 +0000
commit91641c65220646ae2ad8b4ec6972adc7e6720d36 (patch)
treeb3916e153d5c831c5aa7d6c42d13921f5afc8ba3 /Makeconfig
parent2263f790b19b0f0961a30164348649f74c329cb9 (diff)
(libtypes): Redo H.J. Lu's change of 1998-03-27.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 66a0463420..d9f5841159 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))