summaryrefslogtreecommitdiff
path: root/modules/alloca
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-13 16:03:12 +0000
committerBruno Haible <bruno@clisp.org>2003-01-13 16:03:12 +0000
commit1febe996b02fceaf0cab2ec89607a713cd09caf8 (patch)
treeba18ffef0b042c84e777f6ea8582bd0ad4a4e3ea /modules/alloca
parent096169d9b94db45ad690d93b3a680eaa72b95f35 (diff)
downloadgnulib-1febe996b02fceaf0cab2ec89607a713cd09caf8.tar.gz
Ensure alloca.h and stdbool.h are created before compiling the library.
Diffstat (limited to 'modules/alloca')
-rw-r--r--modules/alloca2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/alloca b/modules/alloca
index 42a0583fa9..a18f3f5dd6 100644
--- a/modules/alloca
+++ b/modules/alloca
@@ -17,7 +17,7 @@ EXTRA_DIST += alloca_.h
# The following is needed in order to create an <alloca.h> when the system
# doesn't have one that works with the given compiler.
-all-local: @ALLOCA_H@
+all-local $(lib_OBJECTS): @ALLOCA_H@
alloca.h: alloca_.h
cp $(srcdir)/alloca_.h alloca.h
MOSTLYCLEANFILES += alloca.h