diff options
author | Andreas Schwab <schwab@suse.de> | 2001-10-19 12:33:44 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-10-19 12:33:44 +0000 |
commit | 121ff7117abe322aa9f0836bcf454cb835be66cf (patch) | |
tree | 37028bd723ad1a21551ea663729f3cba1652adde /Makefile.in | |
parent | 503d2be044b52f0e792dd51e3a31fed5c87447f1 (diff) | |
download | emacs-121ff7117abe322aa9f0836bcf454cb835be66cf.tar.gz |
(${srcdir}/configure): Don't 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 1ebba6d9abe..cb06114a883 100644 --- a/Makefile.in +++ b/Makefile.in @@ -273,7 +273,7 @@ Makefile: $(srcdir)/Makefile.in config.status config.status: ${srcdir}/configure ./config.status --recheck -${srcdir}/configure: configure.in aclocal.m4 +${srcdir}/configure: configure.in cd ${srcdir} && autoconf src/Makefile: $(srcdir)/src/Makefile.in config.status |