=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/c99/math/makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -p -u -r1.4 -r1.5 --- djgpp/tests/libc/c99/math/makefile 2013/03/23 11:55:00 1.4 +++ /cvs/djgpp/djgpp/tests/libc/c99/math/makefile 2013/10/20 13:57:17 1.5 @@ -4,5 +4,10 @@ SRC += t-fpclas.c SRC += t-nan.c SRC += t-nan2.c SRC += t-ismac.c +SRC += t-llrint.c +SRC += t-llrintl.c +SRC += t-lrint.c +SRC += t-lrintf.c +SRC += t-lrintl.c include $(TOP)/../makefile.inc