|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2007-10-10 11:49:33
Author: bemandawes
Date: 2007-10-10 11:49:32 EDT (Wed, 10 Oct 2007)
New Revision: 39892
URL: http://svn.boost.org/trac/boost/changeset/39892
Log:
Fix date_time boo boo that was causing all regression tests to fail
Text files modified:
trunk/libs/wave/build/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/wave/build/Jamfile.v2
==============================================================================
--- trunk/libs/wave/build/Jamfile.v2 (original)
+++ trunk/libs/wave/build/Jamfile.v2 2007-10-10 11:49:32 EDT (Wed, 10 Oct 2007)
@@ -33,7 +33,7 @@
$(SOURCES)
../../filesystem/build//boost_filesystem
../../thread/build//boost_thread
- ../../date_time//boost_date_time
+ ../../date_time/build//boost_date_time
;
for local source in $(SOURCES)
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk