changeset 2016:6aa2e57a873e

[xemacs-hg @ 2004-04-15 20:59:24 by olivierg] Moving the dump file inside the executable
author olivierg
date Thu, 15 Apr 2004 20:59:25 +0000
parents 2364237fbc0f
children 9461275fcf25
files ChangeLog Makefile.in.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 15 20:56:23 2004 +0000
+++ b/ChangeLog	Thu Apr 15 20:59:25 2004 +0000
@@ -1,3 +1,8 @@
+2003-12-07  Olivier Galibert  <galibert@pobox.com>
+
+	* Makefile.in.in: Don't install the dmp file when it's in the
+	executable.
+
 2004-04-12  Kaarthik Sivakumar  <kaarthik@comcast.net>
 
 	* configure.in: Check for libmp dependencies before checking for
--- a/Makefile.in.in	Thu Apr 15 20:56:23 2004 +0000
+++ b/Makefile.in.in	Thu Apr 15 20:59:25 2004 +0000
@@ -385,7 +385,7 @@
 	   for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; \
 	     do (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; done ; \
 	else true; fi
-#ifdef PDUMP
+#if defined(PDUMP) && defined(WIN32_NATIVE)
 	${INSTALL_DATA} src/${PROGNAME}.dmp ${bindir}/${PROGNAME}-${version}-`src/${PROGNAME} -sd`.dmp
 #endif
 #ifdef WIN32_NATIVE