summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-08-17 03:17:36 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-08-17 03:17:36 +0000
commit971bdba0b44620278be42230c084566058e9cc73 (patch)
treeffd59a8f87d06cfa4a57f2e3456cf6064a4af3d3
parent078bf4ac2813c5a3a93e5d57b5b42c3419aa63a0 (diff)
downloadgnulib-971bdba0b44620278be42230c084566058e9cc73.tar.gz
Add BUILT-SOURCES.
-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