On Mon, Apr 5, 2010 at 10:29 PM, Mike Mestnik <[email protected]> wrote:
>
>> @$(PRELFSH)gcc -E -o - - <<'\''EOF'\'' | gcc -x c -o helloworld - \
>> #include <stdio.h>\
>> int main( int argc, const char* argv[] ) {\
>> printf("Hello World!!!\\n");\
>> return(0);\
>> };\
>> EOF$(POSTLFSH)
>>
>>
Can you not output the commands to a temp file and read it in via < ?
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make