diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-16 00:44:32 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-16 00:44:32 +0000 |
commit | f241976e9bfa8a7aab444c563eb0547c267706fe (patch) | |
tree | 5b1a25d99eb02250f2efa166dbf0ab70a3637fc0 | |
parent | 32dc08666b5b8448113be6d4425885cd37c5d974 (diff) | |
download | emacs-f241976e9bfa8a7aab444c563eb0547c267706fe.tar.gz |
* 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 @${srcdir}/move-if-change src/Makefile.tmp src/Makefile chmod -w src/Makefile -oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile Makefile +oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile rm -f oldXMenu/Makefile.tmp @echo "Producing \`oldXMenu/Makefile' from \`${srcdir}/oldXMenu/Makefile'." @(echo "# This file is generated from \`${srcdir}/oldXMenu/Makefile'." ; \ |