diff options
author | lloyd <[email protected]> | 2006-09-03 08:16:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-03 08:16:52 +0000 |
commit | fc738b566c5cd4a44265e3094444b6f4234f0831 (patch) | |
tree | 7fd7f3883dc8d7a8a769023fc5be88c28d82b76c /modules/mp_asm64 | |
parent | a99a5c076695a51c0f2b25f787c8f54d2b897f2b (diff) |
Place the add_file/replace_file/ignore_file markers in the module info
files into blocks; makes a bit more sense, since there are potentially
many arguments to each, and the current system was making it difficult to
write a generic reader for the files.
Diffstat (limited to 'modules/mp_asm64')
-rw-r--r-- | modules/mp_asm64/modinfo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/mp_asm64/modinfo.txt b/modules/mp_asm64/modinfo.txt index 203608d9e..469a20634 100644 --- a/modules/mp_asm64/modinfo.txt +++ b/modules/mp_asm64/modinfo.txt @@ -2,7 +2,9 @@ realname "MPI Assembler Backend for 64 bit Systems" mp_bits 64 -replace_file mp_asm.h +<replace> +mp_asm.h +</replace> # Disable amd64 since (nominally) the mp_amd64 module has that covered <arch> |