From 498d6c2f3ac444c86e868b9116978aedf783174d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 6 Feb 2022 17:30:25 +0100 Subject: 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. --- Makefrag.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefrag.am') 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 -- cgit v1.2.3