1
Fork 0
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:
Andrew Innes 2000-09-03 17:42:28 +00:00
parent 971bce757c
commit d7aad7bbbf

View file

@ -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