Mark generated files as "DO NOT EDIT".
[pspp] / modules / glob
index 8df7d5eb9ba473227aaa0f1baf38cee520a5628d..77a6da0f8d0eef7cd600d6e9bd166a19c593fae4 100644 (file)
@@ -30,10 +30,10 @@ EXTRA_DIST += glob_.h glob-libc.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
-       rm -f $@-t $@
-       cp $(srcdir)/glob_.h $@-t
-       chmod a-w $@-t
-       mv $@-t $@
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         cat $(srcdir)/glob_.h; \
+       } > $@-t
+       mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t
 
 Include: