diff Makefile.in @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 1040fe1366ac
children cf808b4c4290
line wrap: on
line diff
--- a/Makefile.in	Mon Aug 13 09:15:13 2007 +0200
+++ b/Makefile.in	Mon Aug 13 09:15:49 2007 +0200
@@ -489,7 +489,9 @@
 top_distclean=\
 	rm -f config.status config-tmp-* build-install ; \
 	rm -f Makefile ${SUBDIR_MAKEFILES}; \
-	(cd lock && rm -f *)
+	(cd lock && rm -f *) ; \
+	echo "/* This file is generated by XEmacs, DO NOT MODIFY!!! */" > src/PURESIZE.h; \
+	echo "# define PURESIZE 1350000" >> src/PURESIZE.h
 
 distclean: FRC.distclean
 	(cd src      && $(MAKE) $(MFLAGS) distclean)