X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Falloca-opt;h=d6318c94b94b1abda1e78444556f152e49b58d18;hb=ca3910da774f8ae6c4a2b6b8a8729b10ccc97ad4;hp=efef0a6f0a6870658b16dcf609ace85b98c7d193;hpb=f2782f0a68bf9883160a96300cca9edeb5bb0687;p=gnulib.git diff --git a/modules/alloca-opt b/modules/alloca-opt index efef0a6f0..d6318c94b 100644 --- a/modules/alloca-opt +++ b/modules/alloca-opt @@ -14,14 +14,14 @@ gl_FUNC_ALLOCA Makefile.am: BUILT_SOURCES += $(ALLOCA_H) -EXTRA_DIST += alloca_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(ALLOCA_H) alloca.h: alloca_.h - cp $(srcdir)/alloca_.h $@-t - mv $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/alloca_.h; \ + } > $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += alloca.h alloca.h-t Include: