X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdint;h=8d5690ab675f3438a404775a7ae2770a7a573a49;hb=9029f098c318e509ee94912bdba51d58c79dd102;hp=e919880f0aa6673671a23aa66de4984cc62e795c;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/stdint b/modules/stdint index e919880f0..8d5690ab6 100644 --- a/modules/stdint +++ b/modules/stdint @@ -17,11 +17,10 @@ Makefile.am: BUILT_SOURCES += $(STDINT_H) EXTRA_DIST += stdint_.h -# We need the following in order to create an when the system +# We need the following in order to create when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): $(STDINT_H) stdint.h: stdint_.h - sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONGLONG_64BIT@/$(HAVE_LONGLONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t + sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t mv $@-t $@ MOSTLYCLEANFILES += stdint.h stdint.h-t