* Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as

the source for the sed command, not oldXMenu/Makefile.
This commit is contained in:
Jim Blandy 1993-05-18 20:32:36 +00:00
parent 3c280f4819
commit 8b8d8332a0

View file

@ -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}"'|' \