diff options
Diffstat (limited to 'modules/dirent')
-rw-r--r-- | modules/dirent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dirent b/modules/dirent index 094a84e2b6..624d080684 100644 --- a/modules/dirent +++ b/modules/dirent @@ -22,7 +22,7 @@ BUILT_SOURCES += dirent.h # We need the following in order to create <dirent.h> when the system # doesn't have one that works with the given compiler. -dirent.h: dirent.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) +dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ |