Mercurial > hg > xemacs-beta
diff Makefile.in @ 28:1917ad0d78d7 r19-15b97
Import from CVS: tag r19-15b97
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:55 +0200 |
parents | 441bb1e64a06 |
children | ec9a17fef872 |
line wrap: on
line diff
--- a/Makefile.in Mon Aug 13 08:51:34 2007 +0200 +++ b/Makefile.in Mon Aug 13 08:51:55 2007 +0200 @@ -281,7 +281,7 @@ .RECURSIVE: ${SUBDIR} -${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h FRC +${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h src/puresize_adjust.h FRC cd $@; $(MAKE) all $(MFLAGS) \ CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' @@ -303,6 +303,12 @@ src/config.h: ${srcdir}/src/config.h.in ./config.status +src/puresize_adjust.h: ${srcdir}/src/puresize.h + @echo "Resetting \`src/puresize_adjust.h'." + @echo '/* This file is generated by XEmacs, DO NOT MODIFY!!! */' > src/puresize_adjust.h + @echo '#define PURESIZE_ADJUSTMENT 0' >> src/puresize_adjust.h + + # ==================== Installation ==================== ## If we let lib-src do its own installation, that means we @@ -490,8 +496,6 @@ (cd dynodump && $(MAKE) $(MFLAGS) distclean) -(cd man && $(MAKE) $(MFLAGS) distclean) -${top_distclean} - (echo "/* This file is generated by XEmacs, DO NOT MODIFY!!! */" > src/PURESIZE.h) - (echo "# define PURESIZE 1350000" >> src/PURESIZE.h) ### `realclean' ### Delete everything from the current directory that can be