Mark generated files as "DO NOT EDIT".
[pspp] / modules / glob
index 2dc8ce1d601aeaf55194189e28da3aa6d59fb1fa..77a6da0f8d0eef7cd600d6e9bd166a19c593fae4 100644 (file)
@@ -30,7 +30,9 @@ 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
-       cp -f $(srcdir)/glob_.h $@-t
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         cat $(srcdir)/glob_.h; \
+       } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t