X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fspawn;h=f133422cbc6528fc14550ebe8755f1d847866e57;hb=3586d4e58a7a6f3df3e11b77990fa117cd8e8f51;hp=02adbcf64dc9ba489ba7a1810fdc6d6d5ef548d9;hpb=d756f4099c4b238b65e279e6715f0db9500c41d3;p=gnulib.git diff --git a/modules/spawn b/modules/spawn index 02adbcf64..f133422cb 100644 --- a/modules/spawn +++ b/modules/spawn @@ -20,12 +20,13 @@ BUILT_SOURCES += spawn.h # We need the following in order to create a replacement for when # the system doesn't have one. -spawn.h: spawn.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) +spawn.h: spawn.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|@''HAVE_SPAWN_H''@|$(HAVE_SPAWN_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ + -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SPAWN_H''@|$(NEXT_SPAWN_H)|g' \ -e 's|@''GNULIB_POSIX_SPAWN''@|$(GNULIB_POSIX_SPAWN)|g' \ -e 's|@''GNULIB_POSIX_SPAWNP''@|$(GNULIB_POSIX_SPAWNP)|g' \