Add CVS checkout update instructions.
[gnulib.git] / modules / fchdir
index c2b94b0..ae562e7 100644 (file)
@@ -7,7 +7,7 @@ lib/dirent_.h
 m4/fchdir.m4
 
 Depends-on:
-absolute-header
+include_next
 dup2
 fcntl
 unistd
@@ -27,8 +27,8 @@ BUILT_SOURCES += $(DIRENT_H)
 dirent.h: dirent_.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         sed -e 's|@''ABSOLUTE_DIRENT_H''@|$(ABSOLUTE_DIRENT_H)|g' \
-             -e 's/@''HAVE_INCLUDE_NEXT''@/$(HAVE_INCLUDE_NEXT)/g' \
+         sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
+             -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
              -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
              < $(srcdir)/dirent_.h; \
        } > $@-t