diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-07 13:12:32 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-07 13:12:32 +0000 |
commit | 383cc73625361ee3bfbc71bc2588f512d5ba56dc (patch) | |
tree | 03007c83acd2642a652d63fe29efec9635e031f4 /Makefile.in | |
parent | 962a6bcae181763eac78f96df8d7ffa93b355380 (diff) | |
download | emacs-383cc73625361ee3bfbc71bc2588f512d5ba56dc.tar.gz |
(config.status): Prepend `$(srcdir)/' to
`configure'.
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 23cb34427d4..d46b0a9f6cc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -243,7 +243,7 @@ blessmail: ${SUBDIR_MAKEFILES} src FRC Makefile: $(srcdir)/Makefile.in config.status ./config.status -config.status: configure +config.status: ${srcdir}/configure ./config.status --recheck ${srcdir}/configure: configure.in aclocal.m4 |