diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-12 12:26:41 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-12 12:26:41 +0200 |
commit | 2fbbd10ac6a8218555e2ed731a95b275957b2261 (patch) | |
tree | b9c061990de74e1da30d97b5f39b43d9265a82f2 /libm | |
parent | f6e44ebb529508cbc6ae5ef6a24614b85ad0f16f (diff) |
libm: fix building out-of-tree
Thanks to Thierry Reding for noticing!
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm')
-rw-r--r-- | libm/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index 223593304..f0aaa2aff 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -20,7 +20,7 @@ # by Erik Andersen <andersen@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 |