Mercurial > emacs
diff src/makefile.nt @ 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 | b0f472237251 |
| children | fb22a9461d00 |
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
