Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 7df0dd720c89 |
children | 4b85ae5eabfb |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 10:33:19 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 10:34:13 2007 +0200 @@ -423,7 +423,7 @@ .PHONY : run-temacs run-temacs: temacs - ./temacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs + -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs ## Debugging targets: ## @@ -464,7 +464,7 @@ $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread run-puremacs: puremacs - ./puremacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs + -$(DUMPENV) ./puremacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs ## Quantify #ifdef QUANTIFY @@ -679,6 +679,6 @@ ## Dependency processing using home-grown script, not makedepend depend: FRC.depend - $(RM) ${srcdir}/depend; mv depend.tmp ${srcdir}/depend + $(RM) ${srcdir}/depend depend.tmp perl ${srcdir}/make-src-depend > depend.tmp mv depend.tmp ${srcdir}/depend