Use $(MKDIR_P) instead of @MKDIR_P@.
[pspp] / modules / sys_socket
index e082f94591e1e701f70b97571629e18bcc9d9d95..78c7df91b7dca1973cb8eea0c01acb42a02a66bc 100644 (file)
@@ -22,7 +22,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: sys_socket.in.h
-       $(AM_V_at)@MKDIR_P@ sys
+       $(AM_V_at)$(MKDIR_P) sys
        $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \