diff options
| author | Jim Blandy | 1993-05-18 20:32:36 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-18 20:32:36 +0000 |
| commit | 8b8d8332a0451271987eff5030260d7fddb14496 (patch) | |
| tree | 73f80954877d1f611dc27d9f9166af022702e4f5 | |
| parent | 3c280f4819466cbd830d703b6a63cfb21bcf6165 (diff) | |
| download | emacs-8b8d8332a0451271987eff5030260d7fddb14496.tar.gz emacs-8b8d8332a0451271987eff5030260d7fddb14496.zip | |
* Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
the source for the sed command, not oldXMenu/Makefile.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f27f65f7067..3edbf80b764 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -294,7 +294,7 @@ oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile | |||
| 294 | echo "# running \`make oldXMenu/Makefile' at the top of the" ; \ | 294 | echo "# running \`make oldXMenu/Makefile' at the top of the" ; \ |
| 295 | echo "# Emacs build tree instead, or editing" ; \ | 295 | echo "# Emacs build tree instead, or editing" ; \ |
| 296 | echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \ | 296 | echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \ |
| 297 | sed < ${srcdir}/oldXMenu/Makefile \ | 297 | sed < ${srcdir}/oldXMenu/Makefile.in \ |
| 298 | -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ | 298 | -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ |
| 299 | -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ | 299 | -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ |
| 300 | -e 's|^CC *=.*$$|CC='"${CC}"'|' \ | 300 | -e 's|^CC *=.*$$|CC='"${CC}"'|' \ |