X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_select;h=76ae6f9a5eec8837c5eaaaa8d50ea35bb50901f7;hb=a8753bfd5b8e2d2d440febce6355fc719eb469b4;hp=019b6debf442c2b6f6b605469ec4a26cc9d17048;hpb=f110f8c4810ee8acf04df527cba30413f709648f;p=gnulib.git diff --git a/modules/sys_select b/modules/sys_select index 019b6debf..76ae6f9a5 100644 --- a/modules/sys_select +++ b/modules/sys_select @@ -18,8 +18,9 @@ BUILT_SOURCES += $(SYS_SELECT_H) sys/select.h: test -d sys || mkdir sys rm -f $@-t $@ - echo '#include ' >$@-t - chmod a-w $@-t + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + echo '#include '; \ + } > $@-t mv $@-t $@ MOSTLYCLEANFILES += sys/select.h sys/select.h-t MOSTLYCLEANDIRS += sys