summaryrefslogtreecommitdiff
path: root/modules/sys_time
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-01-22 23:07:42 +0000
committerBruno Haible <bruno@clisp.org>2007-01-22 23:07:42 +0000
commit7a6017eea65b334aec6941b6850bdf4084f53e4d (patch)
treee653f0f655cbffc13ee5b42b1401d648d10739be /modules/sys_time
parenta0220c63ea5d6b383b40de7163a850abd9868ef8 (diff)
downloadgnulib-7a6017eea65b334aec6941b6850bdf4084f53e4d.tar.gz
Use @MKDIR_P@ instead of $(MKDIR_P), since automake < 1.10 doesn't the
MKDIR_P variable of autoconf >= 2.60.
Diffstat (limited to 'modules/sys_time')
-rw-r--r--modules/sys_time2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sys_time b/modules/sys_time
index f00a0df803..80be27d0f4 100644
--- a/modules/sys_time
+++ b/modules/sys_time
@@ -18,7 +18,7 @@ BUILT_SOURCES += sys/time.h
# We need the following in order to create <sys/time.h> when the system
# doesn't have one that works with the given compiler.
sys/time.h: sys_time_.h
- $(MKDIR_P) sys
+ @MKDIR_P@ sys
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \