Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 85ec50267440 |
children | 929b76928fce |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 09:45:48 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 09:46:53 2007 +0200 @@ -321,11 +321,12 @@ cd ../dynodump && ${MAKE} ${MFLAGS} #endif /* DYNODUMP */ -${libsrc}DOC: ../lib-src/make-docfile FRC.DOC +${libsrc}DOC: temacs #ifdef NO_DOC_FILE if test -f $@; then touch $@ && exit 0; fi; \ #endif - -${DUMPENV} ./temacs -batch -l ../prim/make-docfile.el -- \ + $(RM) ${libsrc}DOC; \ + ${DUMPENV} ./temacs -batch -l ../prim/make-docfile.el -- \ -o ${libsrc}DOC -d ${srcdir} -i ${libsrc}../site-packages \ ${obj_src} ${mallocdocsrc} ${rallocdocsrc}