# HG changeset patch # User Andrew Innes # Date 916920744 0 # Node ID daa5a963e82ad65523bc835953f62a805bf2f41f # Parent 9fd3f3cc78c1b38fece9a0c089fefb87b7a6825a (temacs): Use del to delete file, not rm. diff -r 9fd3f3cc78c1 -r daa5a963e82a src/makefile.nt --- 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