mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
(clean): Don't delete config.h and epaths.h.
(distclean): Delete them here instead.
This commit is contained in:
parent
971bce757c
commit
d7aad7bbbf
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue