]> git.eshelyaron.com Git - emacs.git/commitdiff
(temacs): Use del to delete file, not rm.
authorAndrew Innes <andrewi@gnu.org>
Thu, 21 Jan 1999 12:12:24 +0000 (12:12 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 21 Jan 1999 12:12:24 +0000 (12:12 +0000)
src/makefile.nt

index 522c958563f6e0627658ab691a7b02a1b6cdd956..a30a70dea465c11d49e19699481e12773e4e4756 100644 (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