X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=f93d5e3861ec23c057cdc475b218433a121fec11;hb=25be25141892b856543719f2046220501412d4c9;hp=a18f3f5dd6519ac9dbe05f35e7c031ef574be7e5;hpb=1febe996b02fceaf0cab2ec89607a713cd09caf8;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index a18f3f5dd..f93d5e386 100644 --- a/modules/alloca +++ b/modules/alloca @@ -7,21 +7,24 @@ lib/alloca.c m4/alloca.m4 Depends-on: -xalloc configure.ac: gl_FUNC_ALLOCA Makefile.am: +BUILT_SOURCES += $(ALLOCA_H) EXTRA_DIST += alloca_.h -# The following is needed in order to create an when the system +# We need the following in order to create an when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): @ALLOCA_H@ +all-local $(lib_OBJECTS): $(ALLOCA_H) alloca.h: alloca_.h - cp $(srcdir)/alloca_.h alloca.h -MOSTLYCLEANFILES += alloca.h + cp $(srcdir)/alloca_.h $@-t + mv $@-t $@ +MOSTLYCLEANFILES += alloca.h alloca.h-t Include: #include +Maintainer: +bug-gnulib@gnu.org