X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstdint;h=3bc0be117f367fa6942037b55bc66113e937301a;hb=036fd6f174a43064ef917802a5b9c87f5baf52f0;hp=e919880f0aa6673671a23aa66de4984cc62e795c;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/stdint b/modules/stdint index e919880f0..3bc0be117 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 @@ -29,7 +28,7 @@ Include: #include License: -GPL +LGPL Maintainer: all