diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-30 14:28:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-03-30 14:28:10 +0300 |
commit | abde9f31440e862d4fd51605d8fade099b602cb5 (patch) | |
tree | 5cc4aaae46d8b2f76e994e4563a962eb3846c001 /awklib | |
parent | 19a22c41661c3b032c9cdcfd6913373526c025c8 (diff) | |
download | egawk-abde9f31440e862d4fd51605d8fade099b602cb5.tar.gz egawk-abde9f31440e862d4fd51605d8fade099b602cb5.tar.bz2 egawk-abde9f31440e862d4fd51605d8fade099b602cb5.zip |
Move _Noreturn handlng into a separate macro.
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index 01511c36..5c1fc278 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -68,10 +68,11 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libsigsegv.m4 \ $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/socket.m4 \ - $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \ - $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/m4/noreturn.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/readline.m4 \ + $(top_srcdir)/m4/socket.m4 $(top_srcdir)/m4/stdint_h.m4 \ + $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |