diff options
| author | Jim Blandy | 1993-05-16 00:44:32 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-16 00:44:32 +0000 |
| commit | f241976e9bfa8a7aab444c563eb0547c267706fe (patch) | |
| tree | 5b1a25d99eb02250f2efa166dbf0ab70a3637fc0 | |
| parent | 32dc08666b5b8448113be6d4425885cd37c5d974 (diff) | |
| download | emacs-f241976e9bfa8a7aab444c563eb0547c267706fe.tar.gz emacs-f241976e9bfa8a7aab444c563eb0547c267706fe.zip | |
* Makefile.in (oldXMenu/Makefile): Make this depend on
${srcdir}/oldXMenu/Makefile.in, not itself.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 81937c16a7a..f27f65f7067 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -286,7 +286,7 @@ src/Makefile: ${srcdir}/src/Makefile.in Makefile | |||
| 286 | @${srcdir}/move-if-change src/Makefile.tmp src/Makefile | 286 | @${srcdir}/move-if-change src/Makefile.tmp src/Makefile |
| 287 | chmod -w src/Makefile | 287 | chmod -w src/Makefile |
| 288 | 288 | ||
| 289 | oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile Makefile | 289 | oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile |
| 290 | rm -f oldXMenu/Makefile.tmp | 290 | rm -f oldXMenu/Makefile.tmp |
| 291 | @echo "Producing \`oldXMenu/Makefile' from \`${srcdir}/oldXMenu/Makefile'." | 291 | @echo "Producing \`oldXMenu/Makefile' from \`${srcdir}/oldXMenu/Makefile'." |
| 292 | @(echo "# This file is generated from \`${srcdir}/oldXMenu/Makefile'." ; \ | 292 | @(echo "# This file is generated from \`${srcdir}/oldXMenu/Makefile'." ; \ |