On Freitag, 14. Juli 2006 11:46, ma wrote:
> lib_modul= a0001.obj a.0002.obj a.0003.obj ....# there are more than
> 1000 object in this line
> 
> lib: $(lib_module)
> 
>     for %%w in ($(lin_module)); do echo  %%w  >>test.txt
> 
> If I remove a lot of entries from lib_module, it is working well but
> when all entries are there, it doesn't work and the error is: input
> line is too long
> 
> Any suggestion on how I can solve this?

See http://lists.gnu.org/archive/html/help-make/2005-02/msg00070.html

This should solve your problem as well.

Daniel


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to