From f87db1aa7ec2bb87daba4a0dd09a2e733d313f81 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 1 Sep 2009 14:25:07 +0200 Subject: Use $(MKDIR_P) instead of @MKDIR_P@. --- modules/sys_file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/sys_file') 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 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' \ -- cgit v1.2.1