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 | a05e04088e507f7f332071c7b4a4f3afc6d9bdaf (patch) | |
tree | 6e4973b28d6321857bab944b3b53c488f04e03c6 /Makefile.in | |
parent | 98b918b69b71ca68d7440a29b0262b15b98e0b43 (diff) | |
download | emacs-a05e04088e507f7f332071c7b4a4f3afc6d9bdaf.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 |