Mercurial > hg > octave-shane > gnulib-hg
comparison modules/float @ 10375:f96e845fc36d
Avoid some "gcc -pedantic" warnings.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 30 Aug 2008 03:09:15 +0200 |
parents | be88e4511678 |
children | 67c2b22aff08 |
comparison
equal
deleted
inserted
replaced
10374:a51b8c09e5d1 | 10375:f96e845fc36d |
---|---|
17 # We need the following in order to create <float.h> when the system | 17 # We need the following in order to create <float.h> when the system |
18 # doesn't have one that works with the given compiler. | 18 # doesn't have one that works with the given compiler. |
19 float.h: float.in.h | 19 float.h: float.in.h |
20 rm -f $@-t $@ | 20 rm -f $@-t $@ |
21 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ | 21 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ |
22 sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ | 22 sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |
23 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ | |
23 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ | 24 -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ |
24 < $(srcdir)/float.in.h; \ | 25 < $(srcdir)/float.in.h; \ |
25 } > $@-t | 26 } > $@-t |
26 mv $@-t $@ | 27 mv $@-t $@ |
27 MOSTLYCLEANFILES += float.h float.h-t | 28 MOSTLYCLEANFILES += float.h float.h-t |