summaryrefslogtreecommitdiff
path: root/modules/fnmatch
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-22 22:04:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-22 22:04:12 +0000
commit9029f098c318e509ee94912bdba51d58c79dd102 (patch)
treefaa908933179c3e740918f9da88cd2edc9f7b19f /modules/fnmatch
parentc72047a1ed44c8c9509f1593d726ccd63ceb965c (diff)
downloadgnulib-9029f098c318e509ee94912bdba51d58c79dd102.tar.gz
* modules/alloca-opt (Makefile.am): Remove explicit dependency on
$(ALLOCA_H), redundant through BUILT_SOURCES. * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H), redundant through BUILT_SOURCES. * modules/byteswap (Makefile.am): Remove explicit dependency on $(BYTESWAP_H), redundant through BUILT_SOURCES. * modules/fnmatch (Makefile.am): Remove explicit dependency on $(FNMATCH_H), redundant through BUILT_SOURCES. * modules/getopt (Makefile.am): Remove explicit dependency on $(GETOPT_H), redundant through BUILT_SOURCES. * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H), redundant through BUILT_SOURCES. * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H), redundant through BUILT_SOURCES. * modules/stdbool (Makefile.am): Remove explicit dependency on $(STDBOOL_H), redundant through BUILT_SOURCES. * modules/stdint (Makefile.am): Remove explicit dependency on $(STDINT_H), redundant through BUILT_SOURCES. * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES. Remove explicit dependency on $(SYSEXITS_H). Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
Diffstat (limited to 'modules/fnmatch')
-rw-r--r--modules/fnmatch3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/fnmatch b/modules/fnmatch
index 15935c565e..18f278c7d0 100644
--- a/modules/fnmatch
+++ b/modules/fnmatch
@@ -19,9 +19,8 @@ Makefile.am:
BUILT_SOURCES += $(FNMATCH_H)
EXTRA_DIST += fnmatch_.h fnmatch_loop.c
-# We need the following in order to create an <fnmatch.h> when the system
+# We need the following in order to create <fnmatch.h> when the system
# doesn't have one that supports the required API.
-all-local $(lib_OBJECTS): $(FNMATCH_H)
fnmatch.h: fnmatch_.h
cp $(srcdir)/fnmatch_.h $@-t
mv $@-t $@