diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-02-06 17:30:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-02-06 18:09:14 +0100 |
commit | 498d6c2f3ac444c86e868b9116978aedf783174d (patch) | |
tree | adfb528dabd8ec4bd1e9a7f017c4f50f7e306d8a /Makefrag.am | |
parent | fb3cc15b1662f00c11d889584f6bc8e3a853c947 (diff) | |
download | gnumach-498d6c2f3ac444c86e868b9116978aedf783174d.tar.gz gnumach-498d6c2f3ac444c86e868b9116978aedf783174d.tar.bz2 gnumach-498d6c2f3ac444c86e868b9116978aedf783174d.zip |
Makefrag.am: Move architecture condition inside architecture Makefrag.am
Otherwise we cannot use _DIST there and have them all taken into account.
As a consequence, we can drop duplicate _DIST between i386 and x86_64.
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefrag.am b/Makefrag.am index fef1e000..50e9b24b 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -610,11 +610,7 @@ endif # # ix86. -if HOST_ix86 include i386/Makefrag.am -endif # x86_64. -if HOST_x86_64 include x86_64/Makefrag.am -endif |