X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffloat;h=9ec15a5debdcc7ebd9228cb3e2027fd22d9fc945;hb=9ac0b22ea04bd638026bc0047f7ad714092d02cc;hp=c565f7f8b0b80cf59386ecbde987e98a4f909e39;hpb=b6a9d33ee89de0a0f7bf482449339e97cbbbdaef;p=gnulib.git diff --git a/modules/float b/modules/float index c565f7f8b..9ec15a5de 100644 --- a/modules/float +++ b/modules/float @@ -2,7 +2,7 @@ Description: A correct . Files: -lib/float_.h +lib/float.in.h m4/float_h.m4 Depends-on: @@ -16,12 +16,12 @@ BUILT_SOURCES += $(FLOAT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -float.h: float_.h +float.h: float.in.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ - < $(srcdir)/float_.h; \ + < $(srcdir)/float.in.h; \ } > $@-t mv $@-t $@ MOSTLYCLEANFILES += float.h float.h-t