diff modules/sys_file @ 11926:79c91e5cce7a

Use $(MKDIR_P) instead of @MKDIR_P@.
author Simon Josefsson <simon@josefsson.org>
date Tue, 01 Sep 2009 14:25:07 +0200
parents 67c2b22aff08
children 18ea6ab4e81d
line wrap: on
line diff
--- a/modules/sys_file
+++ b/modules/sys_file
@@ -19,7 +19,7 @@
 # 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' \