annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
[pspp] / modules / fnmatch
index 64d3cd9e68b2eab604b312ebaff615e67a355916..78344cae8baded97fa7b9ffed59d2099083b401e 100644 (file)
@@ -28,10 +28,10 @@ BUILT_SOURCES += $(FNMATCH_H)
 # We need the following in order to create <fnmatch.h> when the system
 # doesn't have one that supports the required API.
 fnmatch.h: fnmatch.in.h
-       rm -f $@-t $@
+       $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/fnmatch.in.h; \
-       } > $@-t
+       } > $@-t && \
        mv -f $@-t $@
 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t