Mercurial > emacs
changeset 857:cc52c6087403
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Fri, 24 Jul 1992 02:38:52 +0000 |
parents | 583035084779 |
children | b11800dc877d |
files | src/=Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/=Makefile.in Fri Jul 24 02:36:33 1992 +0000 +++ b/src/=Makefile.in Fri Jul 24 02:38:52 1992 +0000 @@ -11,7 +11,7 @@ all: xmakefile doall doall: - $(MAKE) CC=${CC} $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} all + $(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} all #This is used in making a distribution. #Do not use it on development directories! @@ -24,12 +24,12 @@ xemacs: xmakefile doxemacs doxemacs: - $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} xemacs + $(MAKE) -f xmakefile ${MFLAGS} xemacs temacs: xmakefile dotemacs dotemacs: - $(MAKE) $(MAKEOVERRIDES) -f xmakefile ${MFLAGS} temacs + $(MAKE) -f xmakefile ${MFLAGS} temacs # If you have a problem with cc -E here, changing # the definition of CPP above may fix it.