$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Wieger Wesselink (wieger_at_[hidden])
Date: 2004-10-21 01:42:22
Hi,
I noticed something very weird when I tried to compile
a file named quote.cpp with the following rule:
exe quote : quote.cpp : : ;
Then I get an executable that just prints 'BINDIR'. When
I change it to
exe quote1 : quote.cpp : : ;
everything works as expected.
Regards,
Wieger