Results 1 to 3 of 3
Hi,
I am defining the target filename as a variable in Make, however, the filename contains spaces. When my makefile runs, the filename is taken as a space-separated list of ...
- 04-30-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
Make: space in target filename?
Hi,
I am defining the target filename as a variable in Make, however, the filename contains spaces. When my makefile runs, the filename is taken as a space-separated list of filenames, instead of a single filename. How can I define variable values with actual space in it?
Thanks,
wt
- 04-30-2007 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Never use spaces in file- and directory-names. You'll get a lot more of problems in the future.
Regards
- 04-30-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 2


Reply With Quote
