summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-27 21:29:38 +0000
committerJim Meyering <jim@meyering.net>1999-01-27 21:29:38 +0000
commit9acb5c85febed10014f6a78ce9867631f6a8c5c8 (patch)
tree341b0a6cbaf321edc33f3da61c908c10722b9e66 /lisp
parenta8284194a9040775b36ab6fe1fe0d308ef9d1a3e (diff)
downloadidutils-9acb5c85febed10014f6a78ce9867631f6a8c5c8.tar.gz
idutils-9acb5c85febed10014f6a78ce9867631f6a8c5c8.tar.bz2
idutils-9acb5c85febed10014f6a78ce9867631f6a8c5c8.zip
.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/.cvsignore1
-rw-r--r--lisp/Makefile.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/.cvsignore b/lisp/.cvsignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/lisp/.cvsignore
@@ -0,0 +1 @@
+Makefile
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index c024c1b..d50e93a 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -116,7 +116,7 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
.SUFFIXES: .el .elc
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && $(AUTOMAKE) --gnits lisp/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)