X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca;h=5719b4b5933ffab29cdc001912077b8f9d6a6c10;hb=02d97fa1f7a73756747951b74de8655d9f11b509;hp=b7a2381373a189702369e6ac570f7122725c60de;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/alloca b/modules/alloca index b7a238137..5719b4b59 100644 --- a/modules/alloca +++ b/modules/alloca @@ -13,18 +13,19 @@ 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 -