My Makefile has

MULEELC =

and

    for x in $(MULESRC); do \

which leads to

for x in ; do \
echo ' /sw/gnu/bin/install -c -m 644' $x '/home/jalar/.xemacs/site-packages/lisp/auctex' ; \ /sw/gnu/bin/install -c -m 644 $x /home/jalar/.xemacs/site-packages/lisp/auctex ; \
done;
sh: syntax error at line 1: `;' unexpected
*** Error code 2
make: Fatal error: Command failed for target `install-el'

I've checked in a fix.

/JÅ


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to