summaryrefslogtreecommitdiff
path: root/modules/math
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-02 00:21:15 +0200
committerBruno Haible <bruno@clisp.org>2007-10-02 00:21:15 +0200
commit1d8fd6738e78290a957a861ee01aee6aabc32659 (patch)
treef8a899a923c2b0c51e785ebb6f128f5904d10ef9 /modules/math
parentc28071d48f42bbe8df82cc372d3b89bb25c27721 (diff)
downloadgnulib-1d8fd6738e78290a957a861ee01aee6aabc32659.tar.gz
Rename math_.h to math.in.h.
Diffstat (limited to 'modules/math')
-rw-r--r--modules/math6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/math b/modules/math
index 9430b9af3f..ffb13da824 100644
--- a/modules/math
+++ b/modules/math
@@ -2,7 +2,7 @@ Description:
A GNU-like <math.h>.
Files:
-lib/math_.h
+lib/math.in.h
m4/math_h.m4
Depends-on:
@@ -17,7 +17,7 @@ BUILT_SOURCES += math.h
# We need the following in order to create <math.h> when the system
# doesn't have one that works with the given compiler.
-math.h: math_.h
+math.h: math.in.h
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -45,7 +45,7 @@ math.h: math_.h
-e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
-e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
- < $(srcdir)/math_.h; \
+ < $(srcdir)/math.in.h; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += math.h math.h-t