openat: provide more convenience names
[pspp] / modules / sys_ioctl
index eb224f25df86b8f9ccc45a02825cacec662e54b6..f6f37930f01771cf02b2a21ed73a902b577424bc 100644 (file)
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(SYS_IOCTL_H)
 # We need the following in order to create <sys/ioctl.h> when the system
 # does not have a complete one.
 sys/ioctl.h: sys_ioctl.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|@''HAVE_SYS_IOCTL_H''@|$(HAVE_SYS_IOCTL_H)|g' \