Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71264 - sandbox/shifted_ptr/libs/smart_ptr/example
From: phil_at_[hidden]
Date: 2011-04-15 00:44:07


Author: pbouchard
Date: 2011-04-15 00:44:04 EDT (Fri, 15 Apr 2011)
New Revision: 71264
URL: http://svn.boost.org/trac/boost/changeset/71264

Log:
* Recompilation fix
Text files modified:
   sandbox/shifted_ptr/libs/smart_ptr/example/Makefile | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/shifted_ptr/libs/smart_ptr/example/Makefile
==============================================================================
--- sandbox/shifted_ptr/libs/smart_ptr/example/Makefile (original)
+++ sandbox/shifted_ptr/libs/smart_ptr/example/Makefile 2011-04-15 00:44:04 EDT (Fri, 15 Apr 2011)
@@ -38,7 +38,7 @@
 
 
 Makefile.dep: $(SOURCES)
- $(CXX) ${INCPATH} -MM $? > $@
+ $(CXX) ${INCPATH} -MM $^ > $@
 
 clean:
         $(RM) shifted_ptr_test1 shifted_ptr_test2 shifted_ptr_test3 local_pool_test1 local_pool_test2 t100_test1


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