diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-28 17:34:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-28 17:34:53 +0000 |
commit | 0a08a4fee53fc3f8de0997b1bed9987b88d7f639 (patch) | |
tree | 2b479d7b7380570ac46c819bd6d94b96a4a7a8c6 /lisp | |
parent | eedd39ee3d0224cd1041fa033c3308dbfe079bdf (diff) | |
download | idutils-0a08a4fee53fc3f8de0997b1bed9987b88d7f639.tar.gz idutils-0a08a4fee53fc3f8de0997b1bed9987b88d7f639.tar.bz2 idutils-0a08a4fee53fc3f8de0997b1bed9987b88d7f639.zip |
.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d50e93a..3571f5f 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -78,7 +78,6 @@ LANGUAGE_MAP_FILE = @LANGUAGE_MAP_FILE@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LN_S = @LN_S@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ @@ -98,6 +97,8 @@ EXTRA_DIST = id-utils.el elisp-comp elc_SCRIPTS = id-utils.elc elcdir = @LISPDIR@ SUFFIXES = .el .elc + +DISTCLEANFILES = id-utils.elc mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -200,6 +201,7 @@ clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: mostlyclean-am: mostlyclean-generic |