X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdint;h=dd01df1ed2ae320bbfc57bafb45e5667675a6a76;hb=ef7ac3461d310630096bd41909677a597c810242;hp=97a92881500de7cad6257cf58054bb130e336aaf;hpb=3967960663215f46b78fa0b3bc002065e821dcb9;p=gnulib.git diff --git a/modules/stdint b/modules/stdint index 97a928815..dd01df1ed 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,12 +52,12 @@ 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 Include: -#include + License: LGPLv2+