diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-28 17:26:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-28 17:26:02 +0000 |
commit | 05e39c0872e8f4632218cb45abe7a5643e50f7c1 (patch) | |
tree | a9341ba1c8ac1db3e277ff74fee7123a19f4133e /lisp | |
parent | 3e02c6f29a43c1647ef423df7703512b5324a0d2 (diff) | |
download | idutils-05e39c0872e8f4632218cb45abe7a5643e50f7c1.tar.gz idutils-05e39c0872e8f4632218cb45abe7a5643e50f7c1.tar.bz2 idutils-05e39c0872e8f4632218cb45abe7a5643e50f7c1.zip |
(DISTCLEANFILES): Arrange to remove id-utils.elc.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 54c22d0..2be864c 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -5,6 +5,8 @@ elc_SCRIPTS = id-utils.elc elcdir = @LISPDIR@ SUFFIXES = .el .elc +DISTCLEANFILES = id-utils.elc + .el.elc: @echo "WARNING: Warnings can be ignored. :-)" $(SHELL) $(srcdir)/elisp-comp $< |