Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-02 08:23:50 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-11 14:14:55 +0300
commit62e580f01b8d1c5a3bce5c046853332217cf6458 (patch)
treef0943e4d0701a87e46bebba931bc991466f5f2d0 /libgloss/Makefile.am
parentf8aede785505de293feb0c105450a0f32e8cbfe6 (diff)
libgloss: merge iq2000 into top-level Makefile
Avoid a recursive make to speed things up a bit.
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 1209ec9d8..42d7b7ffb 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -53,6 +53,9 @@ TEXINFO_TEX = ../texinfo/texinfo.tex
if HAVE_DOC
include doc/Makefile.inc
endif
+if CONFIG_IQ2000
+include iq2000/Makefile.inc
+endif
if CONFIG_LIBNOSYS
include libnosys/Makefile.inc
endif