diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2009-01-14 10:36:23 +1100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-01-14 10:36:23 +1100 |
commit | d114cb5c97695596c70b73ae4144bce77117b9bb (patch) | |
tree | 80b7c0e5e3ec71e7125b63e6454d2b22230068b1 /src | |
parent | Release 0.5.5. (diff) | |
download | dash-d114cb5c97695596c70b73ae4144bce77117b9bb.tar.gz dash-d114cb5c97695596c70b73ae4144bce77117b9bb.zip |
[BUILD] Add arith_yacc.h to dash_SOURCES
The file arith_yacc.h was missing from dash_SOURCES causing it to be excluded from the generated tar file. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e9130eb..ba68d55 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,8 @@ dash_CFILES = \ bltin/printf.c system.c bltin/test.c bltin/times.c var.c dash_SOURCES = \ $(dash_CFILES) \ - alias.h bltin/bltin.h cd.h error.h eval.h exec.h expand.h hetio.h \ + alias.h arith_yacc.h bltin/bltin.h cd.h error.h eval.h exec.h \ + expand.h hetio.h \ init.h input.h jobs.h machdep.h mail.h main.h memalloc.h miscbltin.h \ myhistedit.h mystring.h options.h output.h parser.h redir.h shell.h \ show.h system.h trap.h var.h |