Mercurial > emacs
changeset 2859:422fbc398a11
* Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
the source for the sed command, not oldXMenu/Makefile.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 18 May 1993 20:32:36 +0000 |
parents | ef942eda3523 |
children | c93004d53e7a |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Tue May 18 19:21:13 1993 +0000 +++ b/Makefile.in Tue May 18 20:32:36 1993 +0000 @@ -294,7 +294,7 @@ echo "# running \`make oldXMenu/Makefile' at the top of the" ; \ echo "# Emacs build tree instead, or editing" ; \ echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \ - sed < ${srcdir}/oldXMenu/Makefile \ + sed < ${srcdir}/oldXMenu/Makefile.in \ -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^CC *=.*$$|CC='"${CC}"'|' \