diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-18 08:40:55 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-18 08:40:55 +0100 |
commit | 37defaf0038de1abd0e2d025883092c1e1cac57e (patch) | |
tree | 3a6dc4f0d825925b4fcc0fe83cfe3fd7afde2e53 /gl | |
parent | ac8745e75dbc73ad5ddc84070cfa8bb4413d911d (diff) | |
download | libtasn1-37defaf0038de1abd0e2d025883092c1e1cac57e.tar.gz |
Update gnulib files.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index ebfa36a..18e355f 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -381,7 +381,8 @@ unistd.h: unistd.in.h $(LINK_WARNING_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) -e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \ -e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \ -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \ - -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ + < $(srcdir)/unistd.in.h | \ + sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ @@ -438,8 +439,7 @@ unistd.h: unistd.in.h $(LINK_WARNING_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ - -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ - < $(srcdir)/unistd.in.h; \ + -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += unistd.h unistd.h-t |