summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathl/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-22 10:59:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-22 10:59:04 +0200
commitda0e04506ccf801fa6577363ff10ef7637a82771 (patch)
tree51866fd3a6150bd7a4b90e3f539cba90e8255e01 /testsuites/libtests/mathl/Makefile.am
parentMerge branch 'upstream' (diff)
parentlibtests/math*: Avoid generated files (diff)
downloadrtems-da0e04506ccf801fa6577363ff10ef7637a82771.tar.bz2
Merge branch 'upstream'
Diffstat (limited to 'testsuites/libtests/mathl/Makefile.am')
-rw-r--r--testsuites/libtests/mathl/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/testsuites/libtests/mathl/Makefile.am b/testsuites/libtests/mathl/Makefile.am
index 23d21d65c0..b7a823460c 100644
--- a/testsuites/libtests/mathl/Makefile.am
+++ b/testsuites/libtests/mathl/Makefile.am
@@ -4,14 +4,7 @@ EXTRA_DIST = $(srcdir)/../math/domath.in
# FIXME: Skip long double, not yet supported in newlib
# => This test currently is a nop
-mathl_CPPFLAGS = $(AM_CPPFLAGS) -DNO_LONG_DOUBLE
-
-$(srcdir)/domathl.c: $(srcdir)/../math/domath.in
- sed -e 's,[@]FTYPE[@],long double,' \
- -e 's,[@]FSUFFIX[@],l,g' \
- -e 's,%f,%Lf,g' \
- -e 's,[@]FGUARD[@],NO_LONG_DOUBLE,' \
- $(srcdir)/../math/domath.in > $(srcdir)/domathl.c
+mathl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math -DNO_LONG_DOUBLE
dist_rtems_tests_DATA = mathl.scn