annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
[pspp] / modules / alloca-opt
index e132ab8039577910b1803bdc7e0e056f07a81642..5bd042521f45ed3fc825609a9d256182f9ab5eb0 100644 (file)
@@ -18,10 +18,10 @@ 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