# HG changeset patch # User james # Date 1064940380 0 # Node ID 7c80b06e433f61a8d3e44cb976401abd92eb4254 # Parent a8d8f419b459d1f6aaf7160adba34e10d9bea7fe [xemacs-hg @ 2003-09-30 16:46:15 by james] Don't let make distclean remove xemacs.def.in.in. diff -r a8d8f419b459 -r 7c80b06e433f src/ChangeLog --- a/src/ChangeLog Tue Sep 30 15:27:01 2003 +0000 +++ b/src/ChangeLog Tue Sep 30 16:46:20 2003 +0000 @@ -1,3 +1,8 @@ +2003-09-30 Jerry James + + * Makefile.in.in (distclean): xemacs.def.in.in should not be + removed. + 2003-09-25 Jerry James * alloc.c (xfree_1): Use this name even when not error checking. diff -r a8d8f419b459 -r 7c80b06e433f src/Makefile.in.in --- a/src/Makefile.in.in Tue Sep 30 15:27:01 2003 +0000 +++ b/src/Makefile.in.in Tue Sep 30 16:46:20 2003 +0000 @@ -976,7 +976,8 @@ ## Do not use it on development directories! distclean: clean $(RM) config.h paths.h Emacs.ad.h $(LISP)/finder-inf.el* \ - GNUmakefile Makefile Makefile.in TAGS $(PROGNAME).* + GNUmakefile Makefile Makefile.in TAGS $(DUMP_TARGET) $(RAW_EXE) \ + xemacs.def xemacs.def.in realclean: distclean extraclean: realclean $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*