Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | 8626e4521993 |
children | bbff43aa5eb7 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 11:07:11 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 11:07:39 2007 +0200 @@ -350,7 +350,7 @@ fastdump: temacs @$(RM) ${PROGNAME} && touch SATISFIED - -${dumpp_temacs} + -${dump_temacs} @if test -f ${PROGNAME}; then if test -f SATISFIED; then \ ./${PROGNAME} -batch -vanilla -f list-load-path-shadows; fi; \ $(RM) SATISFIED; exit 0; fi; \ @@ -454,10 +454,11 @@ ## We have automated tests!! testdir = ${srcdir}/../tests/automated tests = \ - ${testdir}/hash-table-tests.el \ - ${testdir}/lisp-tests.el \ - ${testdir}/database-tests.el \ - ${testdir}/byte-compiler-tests.el + ${testdir}/hash-table-tests.el \ + ${testdir}/lisp-tests.el \ + ${testdir}/database-tests.el \ + ${testdir}/byte-compiler-tests.el \ + ${testdir}/md5-tests.el batch_test_emacs = -batch -l ${testdir}/test-harness.el -f batch-test-emacs ${tests} .PHONY: check check-temacs @@ -692,7 +693,7 @@ ## Do not use it on development directories! distclean: clean $(RM) config.h paths.h Emacs.ad.h \ - Makefile Makefile.in GNUmakefile TAGS ${PROGNAME}.* + GNUmakefile Makefile Makefile.in TAGS ${PROGNAME}.* realclean: distclean versionclean: $(RM) ${PROGNAME} ${PROGNAME}.exe ${libsrc}DOC