=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/c99/math/makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/tests/libc/c99/math/makefile 2003/09/03 17:05:23 1.2 +++ /cvs/djgpp/djgpp/tests/libc/c99/math/makefile 2003/10/25 11:22:53 1.3 @@ -1,6 +1,7 @@ TOP=../.. -SRC += t-nan.c SRC += t-fpclas.c +SRC += t-nan.c +SRC += t-nan2.c include $(TOP)/../makefile.inc