summaryrefslogtreecommitdiff
path: root/modules/sys_file
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-09-01 14:25:07 +0200
committerSimon Josefsson <simon@josefsson.org>2009-09-01 14:25:07 +0200
commitf87db1aa7ec2bb87daba4a0dd09a2e733d313f81 (patch)
tree9cae8e765fd2e8aa69e74eb27ce0390aef850c9e /modules/sys_file
parent9b740ea4bcb104eeceb0c847a376d2b7dbb77d1b (diff)
downloadgnulib-f87db1aa7ec2bb87daba4a0dd09a2e733d313f81.tar.gz
Use $(MKDIR_P) instead of @MKDIR_P@.
Diffstat (limited to 'modules/sys_file')
-rw-r--r--modules/sys_file2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sys_file b/modules/sys_file
index 8e155c8d22..98423807ce 100644
--- a/modules/sys_file
+++ b/modules/sys_file
@@ -19,7 +19,7 @@ BUILT_SOURCES += $(SYS_FILE_H)
# We need the following in order to create <sys/file.h> when the system
# has one that is incomplete.
sys/file.h: sys_file.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_FILE_H''@/$(HAVE_SYS_FILE_H)/g' \