OSDN Git Service

If HAVE_SHARED is disabled and libm/TARGET_ARCH does not exist, subdirs does not...
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 29 Sep 2005 08:25:49 +0000 (08:25 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 29 Sep 2005 08:25:49 +0000 (08:25 -0000)
libm/Makefile

index b094348..b746656 100644 (file)
@@ -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)