comparison Makefile.in @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents e45d5e7c476e
children d44af0c54775
comparison
equal deleted inserted replaced
214:c5d88c05e1e9 215:1f0dabaa0855
50 ## Still more severe - delete backup and autosave files, too. 50 ## Still more severe - delete backup and autosave files, too.
51 51
52 @SET_MAKE@ 52 @SET_MAKE@
53 RECURSIVE_MAKE=@RECURSIVE_MAKE@ 53 RECURSIVE_MAKE=@RECURSIVE_MAKE@
54 SHELL = /bin/sh 54 SHELL = /bin/sh
55 LANG = C
55 RM = rm -f 56 RM = rm -f
56 pwd = /bin/pwd 57 pwd = /bin/pwd
57 58
58 ## ==================== Things `configure' Might Edit ==================== 59 ## ==================== Things `configure' Might Edit ====================
59 60
266 267
267 custom-loads: 268 custom-loads:
268 MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-custom.sh 269 MAKE='$(MAKE)' sh ${srcdir}/lib-src/update-custom.sh
269 270
270 finder: src 271 finder: src
272 @echo "Building finder database"
271 @(cd lisp/utils; \ 273 @(cd lisp/utils; \
272 ${blddir}/src/xemacs -batch -q -no-site-file \ 274 ${blddir}/src/xemacs -batch -q -no-site-file \
275 -eval '(setq finder-compile-keywords-quiet t)' \
273 -l finder -f finder-compile-keywords ) 276 -l finder -f finder-compile-keywords )
274 277
275 lisp/utils/finder-inf.el: 278 lisp/utils/finder-inf.el:
279 @echo "Building finder database"
276 @(cd lisp/utils; \ 280 @(cd lisp/utils; \
277 ${blddir}/src/xemacs -batch -q -no-site-file \ 281 ${blddir}/src/xemacs -batch -q -no-site-file \
282 -eval '(setq finder-compile-keywords-quiet t)' \
278 -l finder -f finder-compile-keywords ) 283 -l finder -f finder-compile-keywords )
279 284
280 ## We force the rebuilding of src/paths.h because the user might give 285 ## We force the rebuilding of src/paths.h because the user might give
281 ## different values for the various directories. Since we use 286 ## different values for the various directories. Since we use
282 ## move-if-change, src/paths.h only actually changes if the user did 287 ## move-if-change, src/paths.h only actually changes if the user did