| OLD | NEW |
| 1 # $Id: Makefile.inc 2108 2008-06-05 08:48:21Z peter $ | |
| 2 | |
| 3 TESTS += modules/objfmts/macho/tests/gas64/gas_macho64_test.sh | 1 TESTS += modules/objfmts/macho/tests/gas64/gas_macho64_test.sh |
| 4 | 2 |
| 5 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas_macho64_test.sh | 3 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas_macho64_test.sh |
| 6 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64.asm | 4 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64.asm |
| 7 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64.hex | 5 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64.hex |
| 8 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64-pic.asm | 6 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64-pic.asm |
| 9 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64-pic.hex | 7 EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas-macho64-pic.hex |
| OLD | NEW |