mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
the source for the sed command, not oldXMenu/Makefile.
This commit is contained in:
parent
3c280f4819
commit
8b8d8332a0
|
|
@ -294,7 +294,7 @@ oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile
|
|||
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}"'|' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue