diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-12 16:59:00 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-12 17:00:55 -0800 |
commit | c13aa758f31596fbe3f99ce0f54f00493118e729 (patch) | |
tree | ac13655aed76edc3c98d646915c74c0a7171121a | |
parent | df082b1133659d1e3b420c18efa6c2a4562add6c (diff) |
Remove lisp/env.c from EXTRA_DIST to fix make_distcheck
commit c110109f171 replaced it with getenv.c & setenv.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 16a01d6..fa30eaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,7 +194,6 @@ EXTRA_DIST = \ lisp/README \ lisp/TODO \ lisp/compile.c \ - lisp/env.c \ lisp/mathimp.c \ lisp/modules/psql.c \ lisp/modules/x11.c \ |