svn commit: trunk/uClibc/libm

psm at uclibc.org psm at uclibc.org
Thu Sep 29 08:25:50 UTC 2005


Author: psm
Date: 2005-09-29 01:25:49 -0700 (Thu, 29 Sep 2005)
New Revision: 11688

Log:
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: .

Modified:
   trunk/uClibc/libm/Makefile


Changeset:
Modified: trunk/uClibc/libm/Makefile
===================================================================
--- trunk/uClibc/libm/Makefile	2005-09-29 08:19:04 UTC (rev 11687)
+++ trunk/uClibc/libm/Makefile	2005-09-29 08:25:49 UTC (rev 11688)
@@ -98,7 +98,7 @@
 ifeq ($(strip $(HAVE_SHARED)),y)
 all: $(SO_LIB_NAME)
 else
-all: subdirs
+all: $(AR_LIB_NAME) subdirs
 endif
 
 $(AR_LIB_NAME): $(OBJS)




More information about the uClibc-cvs mailing list