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

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 78478c60bfcd
children d44af0c54775
comparison
equal deleted inserted replaced
214:c5d88c05e1e9 215:1f0dabaa0855
305 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \ 305 if test -f SATISFIED; then $(RM) SATISFIED; exit 1; fi; \
306 $(RECURSIVE_MAKE) $@; 306 $(RECURSIVE_MAKE) $@;
307 307
308 FRC.update-elc.stamp : 308 FRC.update-elc.stamp :
309 309
310 update-elc.stamp : FRC.update-elc.stamp 310 update-elc.stamp : temacs FRC.update-elc.stamp
311 @touch NOBYTECOMPILE 311 @touch NOBYTECOMPILE
312 ${DUMPENV} ./temacs -batch -l update-elc.el 312 ${DUMPENV} ./temacs -batch -l update-elc.el
313 @if test ! -f $@ -o -f NOBYTECOMPILE; then touch $@; fi; \ 313 @if test ! -f $@ -o -f NOBYTECOMPILE; then touch $@; fi; \
314 $(RM) NOBYTECOMPILE 314 $(RM) NOBYTECOMPILE
315 315