From ee27949b66bf99626619d3a2eba4a65b686f6118 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 29 Sep 2005 08:25:49 +0000 Subject: If HAVE_SHARED is disabled and libm/TARGET_ARCH does not exist, subdirs does not resolve to anything, not pulling in libm.a target. Add libm.a to all: . --- libm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libm/Makefile') diff --git a/libm/Makefile b/libm/Makefile index b09434877..b746656b8 100644 --- a/libm/Makefile +++ b/libm/Makefile @@ -98,7 +98,7 @@ OBJS=$(COBJS) $(FL_MOBJ) ifeq ($(strip $(HAVE_SHARED)),y) all: $(SO_LIB_NAME) else -all: subdirs +all: $(AR_LIB_NAME) subdirs endif $(AR_LIB_NAME): $(OBJS) -- cgit v1.2.3