Mercurial > emacs
changeset 24135:daa5a963e82a
(temacs): Use del to delete file, not rm.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 21 Jan 1999 12:12:24 +0000 |
parents | 9fd3f3cc78c1 |
children | 495a82e0fd27 |
files | src/makefile.nt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Wed Jan 20 07:11:00 1999 +0000 +++ b/src/makefile.nt Thu Jan 21 12:12:24 1999 +0000 @@ -209,7 +209,7 @@ $(TEMACS): $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES) $(LINK) -out:$(TEMACS_TMP) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS) ..\nt\$(BLD)\addsection $(TEMACS_TMP) $(TEMACS) EMHEAP 16 - rm $(TEMACS_TMP) + del $(TEMACS_TMP) # # The resource file. NT 3.10 requires the use of cvtres; even though