Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't the
authorBruno Haible <bruno@clisp.org>
Mon, 22 Jan 2007 23:07:42 +0000 (23:07 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Jan 2007 23:07:42 +0000 (23:07 +0000)
MKDIR_P variable of autoconf >= 2.60.

modules/sys_select
modules/sys_socket
modules/sys_stat
modules/sys_time

index 3319c3cd8a2f65d1ed982dc380dc74906eb028b9..be92f4b557b8014e2da368cdcec6e229e53f862a 100644 (file)
@@ -17,7 +17,7 @@ BUILT_SOURCES += $(SYS_SELECT_H)
 # We need the following in order to create <sys/select.h> when the system
 # doesn't have one that works with the given compiler.
 sys/select.h:
-       $(MKDIR_P) sys
+       @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#include <sys/socket.h>'; \
index 6b75a4e9388b273e3f4f83955bd93f0977211f33..a1785aaa9b129b74bf5da17f629a443b0abb74b4 100644 (file)
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(SYS_SOCKET_H)
 # We need the following in order to create <sys/socket.h> when the system
 # doesn't have one that works with the given compiler.
 sys/socket.h: socket_.h
-       $(MKDIR_P) sys
+       @MKDIR_P@ sys
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/socket_.h; \
        } > $@-t
index 1b07c854f037ddd65fc3f96021dde7b2bf9a50cb..b8d8c62b41c0d4e865ada21baf4511579170a7a0 100644 (file)
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(SYS_STAT_H)
 # We need the following in order to create <sys/stat.h> when the system
 # has one that is incomplete.
 sys/stat.h: stat_.h
-       $(MKDIR_P) sys
+       @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \
index f00a0df803b2402cc69ee4c2c36869b7a7144733..80be27d0f4a47999f81528f06e0e04874ae48108 100644 (file)
@@ -18,7 +18,7 @@ BUILT_SOURCES += sys/time.h
 # We need the following in order to create <sys/time.h> when the system
 # doesn't have one that works with the given compiler.
 sys/time.h: sys_time_.h
-       $(MKDIR_P) sys
+       @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \