(libtypes): Redo H.J. Lu's change of 1998-03-27.
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Apr 1998 08:51:51 +0000 (08:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Apr 1998 08:51:51 +0000 (08:51 +0000)
Makeconfig

index 66a0463..d9f5841 100644 (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))