Subj : How to use the '#' symbol in makefiles To : borland.public.cpp.borlandcpp From : Francesco Montorsi Date : Thu Jun 09 2005 06:52 pm [I'm using bcc 5.5 command line free tools on winxp sp2] Hi, I need to write a borland makefile with a command like: mytarget: echo #define HELLO $(HELLO_OPTION) >myfile.h however, I've found that MAKE does not behaves as I need since it (correctly!) thinks that everything on the right of # is a comment... so my question is: how can I use the '#' symbol in makefile without having it recognized as a comment marker ? Thanks indeed, Francesco Montorsi .