Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 269:b2472a1930f2 r20-5b33
Import from CVS: tag r20-5b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:27:19 +0200 |
parents | 966663fcf606 |
children | c5d627a313b1 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 10:26:31 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 10:27:19 2007 +0200 @@ -70,7 +70,7 @@ start_flags=@start_flags@ LD=@ld@ lib_gcc=@lib_gcc@ -#libmcheck=@libmcheck@ +##libmcheck=@libmcheck@ #define NOT_C_CODE #include "config.h" @@ -328,7 +328,7 @@ fastdump: temacs @$(RM) xemacs && touch SATISFIED - -$(DUMPENV) ./temacs -batch -l loadup.el dump + -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el dump @if test -f xemacs; then if test -f SATISFIED; then \ ./xemacs -batch -vanilla -f list-load-path-shadows; fi; \ $(RM) SATISFIED; exit 0; fi; \