diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/.cvsignore | 1 | ||||
-rw-r--r-- | lisp/Makefile.in | 2 |
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) |