X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstdint;h=a907fa12c4f687d7d8a611d9bd5d93a7e8afe242;hb=47a8dd64accd4e522331866a73bb79adc2d6ca78;hp=97a92881500de7cad6257cf58054bb130e336aaf;hpb=165ed69714f02ad139d96a7c4180af6d10311b4a;p=pspp diff --git a/modules/stdint b/modules/stdint index 97a9288150..a907fa12c4 100644 --- a/modules/stdint +++ b/modules/stdint @@ -25,7 +25,7 @@ BUILT_SOURCES += $(STDINT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdint.h: stdint.in.h - rm -f $@-t $@ + $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @@ -52,7 +52,7 @@ stdint.h: stdint.in.h -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ < $(srcdir)/stdint.in.h; \ - } > $@-t + } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdint.h stdint.h-t