summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-09-03 17:42:28 +0000
committerAndrew Innes <andrewi@gnu.org>2000-09-03 17:42:28 +0000
commitd7aad7bbbf7fb2b811b95496e36f2667b2ca3e6e (patch)
tree71995cf71ec9113a02b5ac816b7e4d449b6a7a71 /src/makefile.w32-in
parent971bce757ca93b9ff54adc221fb212de86aae0a6 (diff)
downloademacs-d7aad7bbbf7fb2b811b95496e36f2667b2ca3e6e.tar.gz
(clean): Don't delete config.h and epaths.h.
(distclean): Delete them here instead.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 4208329ebdb..01e7622d811 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -230,9 +230,12 @@ install: $(ALL)
# Maintenance
#
clean:; - $(DEL) *~ "s/*~" "m/*~"
- - $(DEL) *.pdb config.h epaths.h
+ - $(DEL) *.pdb
- $(DEL_TREE) $(OBJDIR)
+distclean: clean
+ - $(DEL) config.h epaths.h
+
cleanall: clean
- $(DEL_TREE) obj
- $(DEL_TREE) obj-spd