.
[gnulib.git] / modules / sys_select
index efe3f88..80dc8fa 100644 (file)
@@ -17,6 +17,7 @@ BUILT_SOURCES += $(SYS_SELECT_H)
 # doesn't have one that works with the given compiler.
 sys/select.h:
        test -d sys || mkdir sys
+       rm -f $@-t $@
        echo '#include <sys/socket.h>' >$@-t
        mv $@-t $@
 MOSTLYCLEANFILES += sys/select.h sys/select.h-t