diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-15 22:25:30 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-05-15 22:25:30 +0300 |
commit | 793e9c5f44d355b7b7cbc81cf505787c15d420f1 (patch) | |
tree | cdf97cdb8a6e099a22110ba51b9bcd3257cb892c /awklib | |
parent | 06323619397520aba2fc2f8f983d67d06c6610fa (diff) | |
download | egawk-793e9c5f44d355b7b7cbc81cf505787c15d420f1.tar.gz egawk-793e9c5f44d355b7b7cbc81cf505787c15d420f1.tar.bz2 egawk-793e9c5f44d355b7b7cbc81cf505787c15d420f1.zip |
Update build infrastructure.
Diffstat (limited to 'awklib')
-rw-r--r-- | awklib/Makefile.in | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/awklib/Makefile.in b/awklib/Makefile.in index ac4cb82e..0ac79af6 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -85,13 +85,12 @@ 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/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/m4/mpfr.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/mpfr.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(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)/m4/socket.m4 $(top_srcdir)/m4/ulonglong.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -673,8 +672,8 @@ uninstall-am: uninstall-binSCRIPTS uninstall-local \ .MAKE: install-am install-exec-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-local clean-pkglibexecPROGRAMS ctags \ - distclean distclean-compile distclean-generic \ + clean-libtool clean-local clean-pkglibexecPROGRAMS cscopelist \ + ctags distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binSCRIPTS \ install-data install-data-am install-dvi install-dvi-am \ |