any Makefile experts here?

Jude DaShiell jdashiel at shellworld.net
Mon Jul 4 12:43:26 UTC 2011


I tried writing a patch for a Makefile and discovered syntax is incorrect.  
Make throws a missing separator error on line 515 and refuses to go any 
further when I type make targets.  Could you review the syntax and let me 
know how to correct this?  I found the syntax information using google 
too.

cut here.
targets:
[TAB]
@ echo "make all - compile org lisp and documentation"
[TAB]
@ echo "make install - install org"
[TAB]
@ echo "make install-lisp - install org-mode lisp files"
[TAB]
@ echo "make install-info - install org info file"
[TAB]
@ echo "make install-info-debian - install info on old debian systems"
@ echo "newer debian systems use ginstall"
[TAB]
[TAB]
@ echo "make update - start org-mode update process with git pull"
[TAB]
@ echo "make up2 - finish update to org on local system"
[TAB]
@ echo "make compile - compile lisp files"
[TAB]
@ echo "make doc - make documentation"
[TAB]

cut here.





More information about the Blinux-list mailing list