bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a problem about cat command used in a makefile


From: Paul D. Smith
Subject: Re: a problem about cat command used in a makefile
Date: 19 Oct 2005 15:09:43 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

You cannot use here documents directly in a makefile; make doesn't
understand that syntx.

You can either echo it line by line, or write a script that does it and
have make call the script.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]