diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-16 23:23:09 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-16 23:23:09 +0000 |
commit | ca89fd3654925679eef32536b6e702bd91086e7a (patch) | |
tree | 694a0774c811ef0b7f63e22c0280f6bb95964e47 /lib-src/makefile.nt | |
parent | 66e4e238a5fd36c94c5bf60703815a408e5cfc48 (diff) | |
download | emacs-ca89fd3654925679eef32536b6e702bd91086e7a.tar.gz |
(clean): Use OBJDIR macro.
Diffstat (limited to 'lib-src/makefile.nt')
-rw-r--r-- | lib-src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 9f869057906..a03c8da4373 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -202,7 +202,7 @@ install: $(INSTALL_FILES) # clean:; - $(DEL) *~ *.pdb DOC* - $(DEL_TREE) deleted - - $(DEL_TREE) obj + - $(DEL_TREE) $(OBJDIR) # # Headers we would preprocess if we could. |