diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:44:01 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:44:01 +0000 |
commit | ed0761dee1f49bb70c11891835894124c314c613 (patch) | |
tree | 3d59ac24792a9a6f5de210dd165d41fa95b60d01 /lisp | |
parent | 61d08d77fcfeeab86a466ba01657f855dc46a990 (diff) | |
download | idutils-ed0761dee1f49bb70c11891835894124c314c613.tar.gz idutils-ed0761dee1f49bb70c11891835894124c314c613.tar.bz2 idutils-ed0761dee1f49bb70c11891835894124c314c613.zip |
imported from id-utils-3.2r3_2
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 48d5568..91cceb9 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.0 from Makefile.am +# Makefile.in generated automatically by automake 1.1b from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -46,7 +46,7 @@ mkinstalldirs = $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h SCRIPTS = $(elc_SCRIPTS) -DIST_COMMON = Makefile.am Makefile.in +DIST_COMMON = Makefile.am Makefile.in elisp-comp PACKAGE = @PACKAGE@ @@ -86,8 +86,9 @@ tags: TAGS TAGS: -subdir = lisp distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) + +subdir = lisp distdir: $(DEP_DISTFILES) @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \ test -f $(distdir)/$$file \ @@ -153,7 +154,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean @echo "WARNING: Warnings can be ignored. :-)" $(SHELL) $(srcdir)/elisp-comp $< .SUFFIXES: -.SUFFIXES: $(SUFFIXES) +.SUFFIXES: .el .elc # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |