| OLD | NEW |
| 1 # $Id: Makefile.inc 1617 2006-09-16 05:43:41Z peter $ | |
| 2 | |
| 3 TESTS += modules/objfmts/coff/tests/coff_test.sh | 1 TESTS += modules/objfmts/coff/tests/coff_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/objfmts/coff/tests/coff_test.sh | 3 EXTRA_DIST += modules/objfmts/coff/tests/coff_test.sh |
| 6 EXTRA_DIST += modules/objfmts/coff/tests/cofftest.c | 4 EXTRA_DIST += modules/objfmts/coff/tests/cofftest.c |
| 7 EXTRA_DIST += modules/objfmts/coff/tests/cofftest.asm | 5 EXTRA_DIST += modules/objfmts/coff/tests/cofftest.asm |
| 8 EXTRA_DIST += modules/objfmts/coff/tests/cofftest.hex | 6 EXTRA_DIST += modules/objfmts/coff/tests/cofftest.hex |
| 9 EXTRA_DIST += modules/objfmts/coff/tests/cofftimes.asm | 7 EXTRA_DIST += modules/objfmts/coff/tests/cofftimes.asm |
| 10 EXTRA_DIST += modules/objfmts/coff/tests/cofftimes.hex | 8 EXTRA_DIST += modules/objfmts/coff/tests/cofftimes.hex |
| 11 EXTRA_DIST += modules/objfmts/coff/tests/x86id.asm | 9 EXTRA_DIST += modules/objfmts/coff/tests/x86id.asm |
| 12 EXTRA_DIST += modules/objfmts/coff/tests/x86id.hex | 10 EXTRA_DIST += modules/objfmts/coff/tests/x86id.hex |
| 13 EXTRA_DIST += modules/objfmts/coff/tests/x86id.errwarn | 11 EXTRA_DIST += modules/objfmts/coff/tests/x86id.errwarn |
| OLD | NEW |