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-01-17 12:12:11 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-10 04:01:40 +0300
commit7517551007edda5b72cdab774abe0dcce835a9b9 (patch)
tree94f3e47301b46d5d6ed652bd57d9f8db644a955c /libgloss/config
parenta49c5fcdb5423983e44567a1c23145fd9fb6e527 (diff)
libgloss: convert top level to automake
The top level dir isn't doing anything interesting, just recursing into subdirs. So this change isn't terribly exciting. But it sets us up for doing more fun stuff in follow up commits. [TODO] Check test targets
Diffstat (limited to 'libgloss/config')
-rw-r--r--libgloss/config/default.mh3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/config/default.mh b/libgloss/config/default.mh
index 987dc390d..4e7f106f9 100644
--- a/libgloss/config/default.mh
+++ b/libgloss/config/default.mh
@@ -29,3 +29,6 @@ AR_FLAGS = rc
#
.c.s:
$(CC) $(CFLAGS_FOR_TARGET) -S $(INCLUDES) $(CFLAGS) $<
+
+# We don't build docs in subdirs, so stub out the rules.
+.PHONY: doc docs dvi html install-html info install-info clean-info pdf install-pdf