summary refs log tree commit diff
path: root/bin/dash/Makefile.in
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-27 01:24:03 +0000
committerJune McEnroe <june@causal.agency>2021-09-27 01:24:03 +0000
commit7a74839dbbb394bafbcd4f6fd8cf5ee3209ba2d2 (patch)
tree510ca9d84acc56c1d0a16e44718fd91fd85e90f0 /bin/dash/Makefile.in
parentAdd boot commands for serial console (diff)
downloadsrc-7a74839dbbb394bafbcd4f6fd8cf5ee3209ba2d2.tar.gz
src-7a74839dbbb394bafbcd4f6fd8cf5ee3209ba2d2.zip
Update dash autoconf/automake files
No idea why it made me do this...
Diffstat (limited to 'bin/dash/Makefile.in')
-rw-r--r--bin/dash/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dash/Makefile.in b/bin/dash/Makefile.in
index 49084bfd..336af412 100644
--- a/bin/dash/Makefile.in
+++ b/bin/dash/Makefile.in
@@ -156,7 +156,7 @@ CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-	ChangeLog compile install-sh missing
+	ChangeLog compile depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -281,6 +281,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@