Tests for module 'mbsspn'.
[gnulib.git] / modules / glob
index 6537f17..b4614bd 100644 (file)
@@ -6,19 +6,18 @@ Files:
 lib/glob_.h
 lib/glob-libc.h
 lib/glob.c
-m4/d-type.m4
 m4/glob.m4
 
 Depends-on:
 alloca
+d-type
 extensions
 fnmatch
 getlogin_r
 mempcpy
-restrict
-stat-macros
 stdbool
 strdup
+sys_stat
 unistd
 
 configure.ac:
@@ -30,8 +29,10 @@ BUILT_SOURCES += $(GLOB_H)
 # We need the following in order to create <glob.h> when the system
 # doesn't have one that works with the given compiler.
 glob.h: glob_.h
-       cp $(srcdir)/glob_.h $@-t
-       mv $@-t $@
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         cat $(srcdir)/glob_.h; \
+       } > $@-t
+       mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t
 
 Include: