changeset 1727:7c80b06e433f

[xemacs-hg @ 2003-09-30 16:46:15 by james] Don't let make distclean remove xemacs.def.in.in.
author james
date Tue, 30 Sep 2003 16:46:20 +0000
parents a8d8f419b459
children 5b649e279316
files src/ChangeLog src/Makefile.in.in
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <james@xemacs.org>
+
+	* Makefile.in.in (distclean): xemacs.def.in.in should not be
+	removed.
+
 2003-09-25  Jerry James  <james@xemacs.org>
 
 	* alloc.c (xfree_1): Use this name even when not error checking.
--- 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/\#*