New modules 'unistr/u8-strchr', 'unistr/u16-strchr', 'unistr/u32-strchr'.
[gnulib.git] / modules / arpa_inet
index 3ff0340..250c15b 100644 (file)
@@ -17,7 +17,10 @@ BUILT_SOURCES += $(ARPA_INET_H)
 # doesn't have one.
 arpa/inet.h:
        test -d arpa || mkdir arpa
-       echo '#include <sys/socket.h>' >$@-t
+       rm -f $@-t $@
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         echo '#include <sys/socket.h>'; \
+       } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
 MOSTLYCLEANDIRS += arpa