diff options
author | Dave Love <fx@gnu.org> | 2000-04-16 14:21:27 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-04-16 14:21:27 +0000 |
commit | 3dd2781ec09a0868ac42073aa8e46c40a0d7b8ff (patch) | |
tree | 2591cf8f0788f60c873a9a0025c2ab05d85ccad2 /Makefile.in | |
parent | 3edfea346411b9730edbeb6dca7c892b9d8815bb (diff) | |
download | emacs-3dd2781ec09a0868ac42073aa8e46c40a0d7b8ff.tar.gz |
(${srcdir}/configure): Depend on aclocal.m4.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6edda06b90d..738410ac683 100644 --- a/Makefile.in +++ b/Makefile.in @@ -246,7 +246,7 @@ Makefile: $(srcdir)/Makefile.in config.status config.status: configure ./config.status --recheck -${srcdir}/configure: configure.in +${srcdir}/configure: configure.in aclocal.m4 cd ${srcdir} && autoconf src/Makefile: $(srcdir)/src/Makefile.in config.status |