diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-12 01:03:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-12 01:03:02 +0000 |
commit | b126ecb5a66ac88018f2ce886f34940571956da1 (patch) | |
tree | 3d90158567b628d2571480af580c6d602036984c /Makefile.in | |
parent | 6e77e96cc14f61b1dd145db160fd25374bb02eea (diff) | |
download | emacs-b126ecb5a66ac88018f2ce886f34940571956da1.tar.gz |
(dist): Don't run update-subdirs here,
since make-dist now gets that done.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0ba54180838..10f5ce78264 100644 --- a/Makefile.in +++ b/Makefile.in @@ -528,7 +528,6 @@ check: @echo "We don't have any tests for GNU Emacs yet." dist: - $(srcdir)/update-subdirs ${srcdir}/lisp cd ${srcdir}; make-dist .PHONY: info dvi dist check |