diff options
| author | Andrew Innes | 2000-09-03 17:42:28 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-09-03 17:42:28 +0000 |
| commit | d7aad7bbbf7fb2b811b95496e36f2667b2ca3e6e (patch) | |
| tree | 71995cf71ec9113a02b5ac816b7e4d449b6a7a71 /src | |
| parent | 971bce757ca93b9ff54adc221fb212de86aae0a6 (diff) | |
| download | emacs-d7aad7bbbf7fb2b811b95496e36f2667b2ca3e6e.tar.gz emacs-d7aad7bbbf7fb2b811b95496e36f2667b2ca3e6e.zip | |
(clean): Don't delete config.h and epaths.h.
(distclean): Delete them here instead.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 5 |
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) | |||
| 230 | # Maintenance | 230 | # Maintenance |
| 231 | # | 231 | # |
| 232 | clean:; - $(DEL) *~ "s/*~" "m/*~" | 232 | clean:; - $(DEL) *~ "s/*~" "m/*~" |
| 233 | - $(DEL) *.pdb config.h epaths.h | 233 | - $(DEL) *.pdb |
| 234 | - $(DEL_TREE) $(OBJDIR) | 234 | - $(DEL_TREE) $(OBJDIR) |
| 235 | 235 | ||
| 236 | distclean: clean | ||
| 237 | - $(DEL) config.h epaths.h | ||
| 238 | |||
| 236 | cleanall: clean | 239 | cleanall: clean |
| 237 | - $(DEL_TREE) obj | 240 | - $(DEL_TREE) obj |
| 238 | - $(DEL_TREE) obj-spd | 241 | - $(DEL_TREE) obj-spd |