[llvm-commits] [llvm] r83284 - /llvm/trunk/Makefile.rules

Duncan Sands baldrick at free.fr
Mon Oct 5 03:31:05 PDT 2009


Hi Jakob

> -	$(Echo) "Compiling $*.cpp for $(BuildMode) build " $(PIC_FLAG)
> +	$(Echo) "Compiling $*.cpp for $(BuildMode) build" $(PIC_FLAG)

if PIC_FLAG is not empty then doesn't this result in a missing space
between "build" and the contents of PIC_FLAG?

Ciao,

Duncan.



More information about the llvm-commits mailing list