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:
parent
31d5543d2c
commit
15682d2416
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user