summaryrefslogtreecommitdiff
path: root/modules/arpa_inet
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/arpa_inet
parent9b740ea4bcb104eeceb0c847a376d2b7dbb77d1b (diff)
downloadgnulib-f87db1aa7ec2bb87daba4a0dd09a2e733d313f81.tar.gz
Use $(MKDIR_P) instead of @MKDIR_P@.
Diffstat (limited to 'modules/arpa_inet')
-rw-r--r--modules/arpa_inet2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arpa_inet b/modules/arpa_inet
index 55aa68f6c5..cee421bd51 100644
--- a/modules/arpa_inet
+++ b/modules/arpa_inet
@@ -20,7 +20,7 @@ BUILT_SOURCES += $(ARPA_INET_H)
# We need the following in order to create <arpa/inet.h> when the system
# doesn't have one.
arpa/inet.h: arpa_inet.in.h
- $(AM_V_at)@MKDIR_P@ arpa
+ $(AM_V_at)$(MKDIR_P) arpa
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \