summaryrefslogtreecommitdiff
path: root/Makefrag.am
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-06 17:30:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-02-06 18:09:14 +0100
commit498d6c2f3ac444c86e868b9116978aedf783174d (patch)
treeadfb528dabd8ec4bd1e9a7f017c4f50f7e306d8a /Makefrag.am
parentfb3cc15b1662f00c11d889584f6bc8e3a853c947 (diff)
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.am4
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