Mark generated files as "DO NOT EDIT".
[pspp] / modules / netinet_in
index f65dbcc4f54b4dca16ef1ffd8ab1d9c6550e9207..2aac90e1cbf214938c52b6de5f2c223df610e091 100644 (file)
@@ -18,7 +18,9 @@ BUILT_SOURCES += $(NETINET_IN_H)
 netinet/in.h:
        test -d netinet || mkdir netinet
        rm -f $@-t $@
-       echo '#include <sys/socket.h>' >$@-t
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         echo '#include <sys/socket.h>'; \
+       } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
 MOSTLYCLEANDIRS += netinet