diff options
| author | Karl Heuer | 1996-07-16 23:23:09 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-16 23:23:09 +0000 |
| commit | d1e349d25c700c2336dea5c85da60626876657b3 (patch) | |
| tree | dc5dcc2b090019954419081df3097dce3887bad4 /lib-src | |
| parent | fc646c5c578b91313859c8b3d3ef9ae356665012 (diff) | |
| download | emacs-d1e349d25c700c2336dea5c85da60626876657b3.tar.gz emacs-d1e349d25c700c2336dea5c85da60626876657b3.zip | |
(clean): Use OBJDIR macro.
Diffstat (limited to 'lib-src')
| -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) | |||
| 202 | # | 202 | # |
| 203 | clean:; - $(DEL) *~ *.pdb DOC* | 203 | clean:; - $(DEL) *~ *.pdb DOC* |
| 204 | - $(DEL_TREE) deleted | 204 | - $(DEL_TREE) deleted |
| 205 | - $(DEL_TREE) obj | 205 | - $(DEL_TREE) $(OBJDIR) |
| 206 | 206 | ||
| 207 | # | 207 | # |
| 208 | # Headers we would preprocess if we could. | 208 | # Headers we would preprocess if we could. |