aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-02-28 22:29:46 +0000
committerRichard M. Stallman1993-02-28 22:29:46 +0000
commit75cf385a42a7eddf94597112b89997b57e8acf82 (patch)
tree05daa9395000969e22a0c7046b24ba5b926884bc /src
parent1f532861cbf5fc76541300740a14b5b1cbffc85e (diff)
downloademacs-75cf385a42a7eddf94597112b89997b57e8acf82.tar.gz
emacs-75cf385a42a7eddf94597112b89997b57e8acf82.zip
(emacs, temacs): Add @true to prevent Make confusion.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 5e19aa0248e..7e8f4c49e46 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -38,11 +38,13 @@ extraclean: distclean
38 -rm -f *~ \#* m/*~ s/*~ 38 -rm -f *~ \#* m/*~ s/*~
39 39
40emacs: doemacs 40emacs: doemacs
41 @true
41 42
42doemacs: xmakefile 43doemacs: xmakefile
43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs 44 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
44 45
45temacs: dotemacs 46temacs: dotemacs
47 @true
46 48
47dotemacs: xmakefile 49dotemacs: xmakefile
48 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs 50 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs