changeset 4578:7d46c302ed19

Add BUILT-SOURCES.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Aug 2003 03:17:36 +0000
parents cfe17b2f3f6f
children 61894a6da4e5
files modules/alloca modules/fnmatch
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/modules/alloca
+++ b/modules/alloca
@@ -13,6 +13,7 @@
 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
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -15,6 +15,7 @@
 # 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