Tests for module arpa_inet.
[gnulib.git] / modules / sys_socket
index 6b75a4e..a1785aa 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