openat: provide more convenience names
[pspp] / modules / sys_utsname
index 7ea102ccdb19269f6d9fc86564a0bfa61b5cf50d..0ea9d892f682d14a44e56c26f516fde63fe91420 100644 (file)
@@ -18,7 +18,7 @@ BUILT_SOURCES += $(SYS_UTSNAME_H)
 # We need the following in order to create <sys/utsname.h> when the system
 # does not have one.
 sys/utsname.h: sys_utsname.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|@''GNULIB_UNAME''@|$(GNULIB_UNAME)|g' \