]> git.pld-linux.org Git - packages/xemacs.git/blob - xemacs-EMACSLOADPATH_fix.patch
- updated; still bad paths to files
[packages/xemacs.git] / xemacs-EMACSLOADPATH_fix.patch
1 diff -Nru xemacs-21.1.8/src/Makefile.in.in xemacs-21.1.8.new/src/Makefile.in.in
2 --- xemacs-21.1.8/src/Makefile.in.in    Sat Dec 11 00:12:23 1999
3 +++ xemacs-21.1.8.new/src/Makefile.in.in        Sat Dec 11 00:11:51 1999
4 @@ -303,7 +303,7 @@
5  mo_file = ${mo_dir}emacs.mo
6  #endif
7  
8 -LOADPATH =  EMACSBOOTSTRAPLOADPATH="${lispdir}:${blddir}"
9 +LOADPATH =  EMACSBOOTSTRAPLOADPATH="${lispdir}:${blddir}" EMACSLOADPATH="${lispdir}:${blddir}"
10  DUMPENV = $(LOADPATH)
11  
12  release: temacs ${libsrc}DOC $(mo_file) ${other_files}
13 @@ -335,7 +335,7 @@
14         -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el dump
15         @if test -f $@;        then if test -f SATISFIED; then \
16                 echo "Testing for Lisp shadows ..."; \
17 -               ./${PROGNAME} -batch -vanilla -f list-load-path-shadows; fi; \
18 +               $(DUMPENV) ./${PROGNAME} -batch -vanilla -f list-load-path-shadows; fi; \
19                 $(RM) SATISFIED; exit 0; fi; \
20         if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \
21         $(RECURSIVE_MAKE) $@;
22 @@ -344,7 +344,7 @@
23         @$(RM) ${PROGNAME} && touch SATISFIED
24         -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el dump
25         @if test -f ${PROGNAME};        then if test -f SATISFIED; then \
26 -               ./${PROGNAME} -batch -vanilla -f list-load-path-shadows; fi; \
27 +               $(DUMPENV) ./${PROGNAME} -batch -vanilla -f list-load-path-shadows; fi; \
28                 $(RM) SATISFIED; exit 0; fi; \
29         if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi;
30  
This page took 0.048948 seconds and 3 git commands to generate.