summaryrefslogtreecommitdiff
path: root/modules/fnmatch
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-02 00:13:04 +0200
committerBruno Haible <bruno@clisp.org>2007-10-02 00:13:04 +0200
commit31a3a0563ef6ed7b2adfe3f9f469f4dafbb0058a (patch)
tree612d77c8ca9d8ffceae7c272bd592a4ed584d452 /modules/fnmatch
parentf386a3338595ae012da309d685dcc0700027f96a (diff)
downloadgnulib-31a3a0563ef6ed7b2adfe3f9f469f4dafbb0058a.tar.gz
Rename fnmatch_.h to fnmatch.in.h.
Diffstat (limited to 'modules/fnmatch')
-rw-r--r--modules/fnmatch6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/fnmatch b/modules/fnmatch
index 79ffc0a84e..82048e3e42 100644
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -2,7 +2,7 @@ Description:
GNU fnmatch() implementation.
Files:
-lib/fnmatch_.h
+lib/fnmatch.in.h
lib/fnmatch.c
lib/fnmatch_loop.c
m4/mbstate_t.m4
@@ -23,9 +23,9 @@ BUILT_SOURCES += $(FNMATCH_H)
# We need the following in order to create <fnmatch.h> when the system
# doesn't have one that supports the required API.
-fnmatch.h: fnmatch_.h
+fnmatch.h: fnmatch.in.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
- cat $(srcdir)/fnmatch_.h; \
+ cat $(srcdir)/fnmatch.in.h; \
} > $@-t
mv -f $@-t $@
MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t