diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-28 07:46:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-01-28 07:46:40 +0200 |
commit | d76d65ed295dc3d8e64e248e7537d30932c327d7 (patch) | |
tree | 64f81aefc6961e4036d107db1ac49e924cab2e81 /Makefile.in | |
parent | cd64f695ec51f4f9e67cc0380d30b429e1be298b (diff) | |
download | egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.tar.gz egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.tar.bz2 egawk-d76d65ed295dc3d8e64e248e7537d30932c327d7.zip |
Make building a working tarball work again.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d5bd302d..8e674a59 100644 --- a/Makefile.in +++ b/Makefile.in @@ -262,7 +262,7 @@ am__define_uniq_tagged_files = \ ETAGS = etags CTAGS = ctags CSCOPE = cscope -DIST_SUBDIRS = . extension doc awklib po test +DIST_SUBDIRS = . extension extras doc awklib po test am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/configh.in ABOUT-NLS \ AUTHORS COPYING ChangeLog INSTALL NEWS README TODO awkgram.c \ command.c compile config.guess config.rpath config.sub depcomp \ @@ -487,7 +487,7 @@ EXTRA_DIST = \ # # Build in awklib after in doc, since we want to extract # sample files if doc/gawk.texi changed. -SUBDIRS = . $(am__append_1) doc awklib po test +SUBDIRS = . $(am__append_1) extras doc awklib po test include_HEADERS = gawkapi.h # sources for both gawk and dgawk |