(libtypes): Redo H.J. Lu's change of 1998-03-27.

This commit is contained in:
Ulrich Drepper 1998-04-07 08:51:51 +00:00
parent 2263f790b1
commit 91641c6522
1 changed files with 1 additions and 1 deletions

View File

@ -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))