[git commit] libm: fix building out-of-tree

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu May 12 10:26:41 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=2fbbd10ac6a8218555e2ed731a95b275957b2261
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Thanks to Thierry Reding for noticing!

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libm/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libm/Makefile.in b/libm/Makefile.in
index 2235933..f0aaa2a 100644
--- a/libm/Makefile.in
+++ b/libm/Makefile.in
@@ -20,7 +20,7 @@
 # by Erik Andersen <andersen at codepoet.org>
 #
 
-subdirs += libm
+subdirs += libm libm/$(TARGET_ARCH)
 
 CFLAGS-libm := -DNOT_IN_libc -DIS_IN_libm $(SSP_ALL_CFLAGS)
 CFLAGS-libm += -D_IEEE_LIBM
-- 
1.7.3.4



More information about the uClibc-cvs mailing list