diff options
| author | Simon Josefsson <simon@josefsson.org> | 2009-09-01 14:25:07 +0200 |
|---|---|---|
| committer | Simon Josefsson <simon@josefsson.org> | 2009-09-01 14:25:07 +0200 |
| commit | f87db1aa7ec2bb87daba4a0dd09a2e733d313f81 (patch) | |
| tree | 9cae8e765fd2e8aa69e74eb27ce0390aef850c9e /modules/sys_stat | |
| parent | 9b740ea4bcb104eeceb0c847a376d2b7dbb77d1b (diff) | |
| download | gnulib-f87db1aa7ec2bb87daba4a0dd09a2e733d313f81.tar.gz | |
Use $(MKDIR_P) instead of @MKDIR_P@.
Diffstat (limited to 'modules/sys_stat')
| -rw-r--r-- | modules/sys_stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sys_stat b/modules/sys_stat index 60563c21f2..e4fba73abe 100644 --- a/modules/sys_stat +++ b/modules/sys_stat @@ -19,7 +19,7 @@ BUILT_SOURCES += $(SYS_STAT_H) # We need the following in order to create <sys/stat.h> when the system # has one that is incomplete. sys/stat.h: sys_stat.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' \ |
