X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_select;h=be92f4b557b8014e2da368cdcec6e229e53f862a;hb=f4a519da138fc11be756d442a893e2b54a07cece;hp=76ae6f9a5eec8837c5eaaaa8d50ea35bb50901f7;hpb=e8886c908325158b4e127ac82fbc4fb8918aad85;p=gnulib.git diff --git a/modules/sys_select b/modules/sys_select index 76ae6f9a5..be92f4b55 100644 --- a/modules/sys_select +++ b/modules/sys_select @@ -9,6 +9,7 @@ sys_socket configure.ac: gl_HEADER_SYS_SELECT +AC_PROG_MKDIR_P Makefile.am: BUILT_SOURCES += $(SYS_SELECT_H) @@ -16,7 +17,7 @@ BUILT_SOURCES += $(SYS_SELECT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/select.h: - test -d sys || mkdir sys + @MKDIR_P@ sys rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#include '; \