patch-testcases_misc_math_Makefile 406 B

12345678910
  1. $Id$
  2. excluding nextafter, does not build (strange macro is missing)
  3. --- ltp-full-20061121.orig/testcases/misc/math/Makefile 2006-11-21 21:31:27.000000000 +0100
  4. +++ ltp-full-20061121/testcases/misc/math/Makefile 2006-12-06 11:54:56.000000000 +0100
  5. @@ -1,4 +1,4 @@
  6. -SUBDIRS = abs atof float fptests nextafter
  7. +SUBDIRS = abs atof float fptests
  8. all:
  9. @set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done