# HG changeset patch # User olivierg # Date 1082062765 0 # Node ID 6aa2e57a873ea3246ce393ddf7ccf5793bc54f47 # Parent 2364237fbc0f5c243cf0800eb21e557b870630ce [xemacs-hg @ 2004-04-15 20:59:24 by olivierg] Moving the dump file inside the executable diff -r 2364237fbc0f -r 6aa2e57a873e ChangeLog --- 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 + + * Makefile.in.in: Don't install the dmp file when it's in the + executable. + 2004-04-12 Kaarthik Sivakumar * configure.in: Check for libmp dependencies before checking for diff -r 2364237fbc0f -r 6aa2e57a873e Makefile.in.in --- 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