Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71461 - sandbox/mm_ptr/libs/smart_ptr/example
From: phil_at_[hidden]
Date: 2011-04-24 01:23:55


Author: pbouchard
Date: 2011-04-24 01:23:54 EDT (Sun, 24 Apr 2011)
New Revision: 71461
URL: http://svn.boost.org/trac/boost/changeset/71461

Log:
* Cleaned up Makefile
Text files modified:
   sandbox/mm_ptr/libs/smart_ptr/example/Makefile | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/mm_ptr/libs/smart_ptr/example/Makefile
==============================================================================
--- sandbox/mm_ptr/libs/smart_ptr/example/Makefile (original)
+++ sandbox/mm_ptr/libs/smart_ptr/example/Makefile 2011-04-24 01:23:54 EDT (Sun, 24 Apr 2011)
@@ -1,8 +1,8 @@
 CXX := g++
 CXXFLAGS := -ggdb3
-INCPATH := -I../../.. -I../../../../../include
+INCPATH := -I../../..
 LINK := g++
-LFLAGS := -L../../../../../lib
+LFLAGS :=
 RM := rm
 HEADERS := $(wildcard *.h)
 SOURCES := $(wildcard *.cpp)


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