The last line of "Section 6.5 Setting Variables" of
http://www.gnu.org/software/make/manual/make.html#Recipes is:

    var := $(shell find . -name "*.c")

and believe should be:

    var := $(shell find . -name '*.c')
Michael Procca
Software Developer
Iders Incorporated
27047 Oakwood Road
Oakbank, MB R0E 1J2
Tel: (204) 444-5200 ext 240
Fax: (204) 444-5900
       [http://www.iders.ca/IDERS_logo.jpg]
________________________________
Iders Incorporated Confidential:
________________________________
This message is intended solely for the use of the designated recipient(s) and 
their appointed delegates, and may contain confidential information. Any 
unauthorized disclosure, copying or distribution of its contents is strictly 
prohibited. If you have received this message in error, please destroy it and 
advise the sender immediately by phone, Email or facsimile.

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to