avoid some overlong lines from posix urls, etc.
[gnulib.git] / modules / alloca-opt
index e132ab8..9ced93b 100644 (file)
@@ -18,15 +18,15 @@ BUILT_SOURCES += $(ALLOCA_H)
 # We need the following in order to create <alloca.h> when the system
 # doesn't have one that works with the given compiler.
 alloca.h: alloca.in.h
-       rm -f $@-t $@
+       $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/alloca.in.h; \
-       } > $@-t
+       } > $@-t && \
        mv -f $@-t $@
 MOSTLYCLEANFILES += alloca.h alloca.h-t
 
 Include:
-#include <alloca.h>
+<alloca.h>
 
 License:
 LGPLv2+