Sorry for this stupid question:


I want to get a file or variable, which contains a string in each line. I am 
using the following command:

TEST_PATHS := $(foreach dir,  \ 
$(PROJECT_SRC_DIRS),-S$(TEST_PROJECT_TEXT)$(dir) )

TEST_PROJECT_TEXT is just a string and PROJECT_SRC_DIRS contains a list of 
directories.

The result is a list of all the strings in just ONE line without any 
linebreaks ! But I want to have a linebreak after each line (=string). What 
is the most easy way to egt this behaviour ??

Thank you very much !
Peter Biechele


#####################################################
Dr. Peter Biechele, E-Mail: [EMAIL PROTECTED]
beXtec GmbH, Gründerzentrum im "Tabakschopf Ringwald"
Kaiserstuhlstr. 3, D-79312 Emmendingen, Germany
Tel.: +49 7641 93339 61, Fax: +49 7641 93339 69




_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to