=================================================================== RCS file: /cvs/djgpp/djgpp/tests/libc/c99/stdlib/makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/tests/libc/c99/stdlib/makefile 2003/01/08 20:18:48 1.2 +++ /cvs/djgpp/djgpp/tests/libc/c99/stdlib/makefile 2008/04/11 18:51:09 1.3 @@ -2,5 +2,6 @@ TOP=../.. SRC += t-_exit.c SRC += t-strtof.c +SRC += strtof1.c include $(TOP)/../makefile.inc