diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-29 23:10:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-29 23:10:59 +0000 |
commit | d651de236da8a51c096995cf250b7455ec3caa0c (patch) | |
tree | 3697143dfbea9366520feba820108a8b51b43281 /test/math | |
parent | 005b595328394a33878320677cb6fe896bafda37 (diff) | |
download | uClibc-alpine-d651de236da8a51c096995cf250b7455ec3caa0c.tar.bz2 uClibc-alpine-d651de236da8a51c096995cf250b7455ec3caa0c.tar.xz |
simplify TESTDIR setting and touchup
Diffstat (limited to 'test/math')
-rw-r--r-- | test/math/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/math/Makefile b/test/math/Makefile index 6eb554ccb..e43b18544 100644 --- a/test/math/Makefile +++ b/test/math/Makefile @@ -16,10 +16,8 @@ # along with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +include ../Rules.mak - -TESTDIR=../ -include $(TESTDIR)/Rules.mak CFLAGS+=-D_GNU_SOURCE -DNO_LONG_DOUBLE EXTRA_LIBS=-lm PERL=/usr/bin/perl |