summaryrefslogtreecommitdiff
path: root/lisp/makefile.nt
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1996-03-28 04:39:51 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1996-03-28 04:39:51 +0000
commit2e17c871e3359380613cbe82ec7cf51a040b6865 (patch)
treeeda83d50142a4cc3360c3547ee7cd245c289d3f8 /lisp/makefile.nt
parent1afb7be2926786b437e11d45c0301f909ba07f37 (diff)
downloademacs-2e17c871e3359380613cbe82ec7cf51a040b6865.tar.gz
Change uses of del to $(DEL).
Diffstat (limited to 'lisp/makefile.nt')
-rw-r--r--lisp/makefile.nt8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index 51e27bdb1ea..a8a7f2a9e7a 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -27,15 +27,15 @@ all:
# Assuming INSTALL_DIR is defined, copy the elisp files to it
#
install:; - mkdir $(INSTALL_DIR)\lisp
- - del .\same-dir.tst
- - del $(INSTALL_DIR)\lisp\same-dir.tst
+ - $(DEL) .\same-dir.tst
+ - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst
echo SameDirTest > $(INSTALL_DIR)\lisp\same-dir.tst
if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp
- - del $(INSTALL_DIR)\lisp\same-dir.tst
+ - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst
#
# Maintenance
#
-clean:; - del *~
+clean:; - $(DEL) *~
- $(DEL_TREE) deleted