diff Makefile.in.in @ 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 bf8be6575eae
children 3c2d928e17ad
line wrap: on
line diff
--- 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