1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(temacs): Use del to delete file, not rm.

This commit is contained in:
Andrew Innes 1999-01-21 12:12:24 +00:00
parent 31d5543d2c
commit 15682d2416

View File

@ -209,7 +209,7 @@ temacs: $(BLD) $(TEMACS)
$(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