summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/alloca1
-rw-r--r--modules/fnmatch1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/alloca b/modules/alloca
index 7723c8a3c4..5719b4b593 100644
--- a/modules/alloca
+++ b/modules/alloca
@@ -13,6 +13,7 @@ configure.ac:
gl_FUNC_ALLOCA
Makefile.am:
+BUILT_SOURCES += $(ALLOCA_H)
EXTRA_DIST += alloca_.h
# We need the following in order to create an <alloca.h> when the system
diff --git a/modules/fnmatch b/modules/fnmatch
index 76c06c69b8..5473ebf8c5 100644
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -15,6 +15,7 @@ configure.ac:
# No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
Makefile.am:
+BUILT_SOURCES += $(FNMATCH_H)
EXTRA_DIST += fnmatch_.h fnmatch_loop.c
# We need the following in order to create an <fnmatch.h> when the system