Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183205 | Differences between
and this patch

Collapse All | Expand All

(-)cedet-1.0pre4/semantic/wisent/Makefile~ (-1 / +4 lines)
Lines 60-66 Link Here
60
	   echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
60
	   echo "(add-to-list 'load-path \"$$loadpath\")" >> $@-compile-script; \
61
	done;
61
	done;
62
	@echo "(setq debug-on-error t)" >> $@-compile-script
62
	@echo "(setq debug-on-error t)" >> $@-compile-script
63
	"$(EMACS)" -batch --no-site-file -l $@-compile-script -f batch-byte-compile $^
63
	for file in $^; do \
64
	   "$(EMACS)" -batch --no-site-file -l $@-compile-script \
65
	      -f batch-byte-compile $$file; \
66
	done
64
67
65
tags: 
68
tags: 
66
69

Return to bug 183205