strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / sys_wait
index 0299f9e2dea357fe7d3f69a645332055254c9608..a6395e4e471edea03fdb4068a40fbe562d5e36ab 100644 (file)
@@ -19,7 +19,7 @@ BUILT_SOURCES += sys/wait.h
 
 # We need the following in order to create <sys/wait.h> when the system
 # has one that is incomplete.
-sys/wait.h: sys_wait.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
+sys/wait.h: sys_wait.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
        $(AM_V_at)$(MKDIR_P) sys
        $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \