comparison src/=Makefile.in @ 1962:d658e86a23ae

(emacs, temacs): Add @true to prevent Make confusion.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Feb 1993 22:29:46 +0000
parents 04fb1d3d6992
children 0200d8d4326c
comparison
equal deleted inserted replaced
1961:eeb000068cc8 1962:d658e86a23ae
36 36
37 extraclean: distclean 37 extraclean: distclean
38 -rm -f *~ \#* m/*~ s/*~ 38 -rm -f *~ \#* m/*~ s/*~
39 39
40 emacs: doemacs 40 emacs: doemacs
41 @true
41 42
42 doemacs: xmakefile 43 doemacs: xmakefile
43 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs 44 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} emacs
44 45
45 temacs: dotemacs 46 temacs: dotemacs
47 @true
46 48
47 dotemacs: xmakefile 49 dotemacs: xmakefile
48 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs 50 $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs
49 51
50 ### Some makes, like Ultrix's make, complain if you put a comment in 52 ### Some makes, like Ultrix's make, complain if you put a comment in