diff options
| author | Paul Eggert | 2011-02-09 23:03:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-09 23:03:12 -0800 |
| commit | dd4638842ad1921562bc66049ec81a4530651cdf (patch) | |
| tree | 95521d694eb2e7559d9a4723eb17d95ff06af4d9 /lib/Makefile.in | |
| parent | 79ab4b7f0e69ac1d76186346c33187b1fb02ff02 (diff) | |
| download | emacs-dd4638842ad1921562bc66049ec81a4530651cdf.tar.gz emacs-dd4638842ad1921562bc66049ec81a4530651cdf.zip | |
Merge from gnulib.
Diffstat (limited to 'lib/Makefile.in')
| -rw-r--r-- | lib/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 5e170d155e8..f45a086bb1f 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -918,7 +918,8 @@ stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 918 | -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \ | 918 | -e 's|@''GNULIB_SYSTEM_POSIX''@|$(GNULIB_SYSTEM_POSIX)|g' \ |
| 919 | -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \ | 919 | -e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \ |
| 920 | -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \ | 920 | -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \ |
| 921 | -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ | 921 | < $(srcdir)/stdlib.in.h | \ |
| 922 | sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ | ||
| 922 | -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ | 923 | -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ |
| 923 | -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ | 924 | -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ |
| 924 | -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ | 925 | -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ |
| @@ -954,8 +955,7 @@ stdlib.h: stdlib.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 954 | -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ | 955 | -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ |
| 955 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ | 956 | -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ |
| 956 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ | 957 | -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ |
| 957 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ | 958 | -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ |
| 958 | < $(srcdir)/stdlib.in.h; \ | ||
| 959 | } > $@-t && \ | 959 | } > $@-t && \ |
| 960 | mv $@-t $@ | 960 | mv $@-t $@ |
| 961 | 961 | ||
| @@ -1080,7 +1080,8 @@ unistd.h: unistd.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) | |||
| 1080 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ | 1080 | -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ |
| 1081 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ | 1081 | -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ |
| 1082 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | 1082 | -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ |
| 1083 | -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | 1083 | | \ |
| 1084 | sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ | ||
| 1084 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ | 1085 | -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ |
| 1085 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ | 1086 | -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ |
| 1086 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ | 1087 | -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ |