Mark generated files as "DO NOT EDIT".
[pspp] / modules / stdbool
index 51fc36fc62609fcb33865fb67aed07333c5fb0d6..00e63c82fda49d41025333db5bcb7eee8c9293a7 100644 (file)
@@ -19,7 +19,9 @@ EXTRA_DIST += stdbool_.h
 # doesn't have one that works.
 stdbool.h: stdbool_.h
        rm -f $@-t $@
-       sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \
+       } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += stdbool.h stdbool.h-t