summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-30 23:54:44 +0200
committerBruno Haible <bruno@clisp.org>2010-07-31 00:42:36 +0200
commitd614713a565235b36338496fe3b67a7932a8c78a (patch)
treeb96385812e4a3fa1c451d6d87a4848f07e8b7dcc /modules
parente95ae6d7e8f2627cf450649daf30071f1971f404 (diff)
downloadgnulib-d614713a565235b36338496fe3b67a7932a8c78a.tar.gz
dirfd: Avoid link error on AIX 7.1.
Diffstat (limited to 'modules')
-rw-r--r--modules/dirent1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dirent b/modules/dirent
index 8783d83a6f..42a70f469c 100644
--- a/modules/dirent
+++ b/modules/dirent
@@ -36,6 +36,7 @@ dirent.h: dirent.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
-e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
-e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
+ -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
-e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
-e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \