diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-04 07:31:31 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-04 07:31:31 +0000 |
commit | 1edf7d9c1b0e91ce9c9d0d0387c88260615f8ef9 (patch) | |
tree | 1bba07dc78a7e00a28524886c0dbcb5dec598ac6 /lisp | |
parent | 807c07073933a788a8ff089a74884e8db59f2c27 (diff) | |
download | idutils-1edf7d9c1b0e91ce9c9d0d0387c88260615f8ef9.tar.gz idutils-1edf7d9c1b0e91ce9c9d0d0387c88260615f8ef9.tar.bz2 idutils-1edf7d9c1b0e91ce9c9d0d0387c88260615f8ef9.zip |
* lisp/Makefile.am (lisp_LISP): Add variable. Remove all
other obsolete contents.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 2be864c..967548a 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -1,12 +1,3 @@ ## Process this file with automake to create Makefile.in -EXTRA_DIST = id-utils.el elisp-comp -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 $< +lisp_LISP = id-utils.el |