diff options
author | Jim Meyering <meyering@redhat.com> | 2010-05-01 08:07:37 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-05-01 08:07:37 +0200 |
commit | 8a8ff4524641315da7c09c489b82e7e6a200d689 (patch) | |
tree | b5df3795ed7bec342260404ae6286325d0ef8093 /lisp | |
parent | 37e53df2c8260f0c9105053254a502880470f78a (diff) | |
download | idutils-8a8ff4524641315da7c09c489b82e7e6a200d689.tar.gz idutils-8a8ff4524641315da7c09c489b82e7e6a200d689.tar.bz2 idutils-8a8ff4524641315da7c09c489b82e7e6a200d689.zip |
maint: accommodate new empty-line-EOF syntax-check rule
* lisp/Makefile.am (dist_lisp_LISP): Remove empty line at EOF
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 16cf288..861acb1 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -1,4 +1,3 @@ ## Process this file with automake to create Makefile.in dist_lisp_LISP = idutils.el - |