From: <sv...@ww...> - 2004-09-17 04:50:50
|
Author: mkrose Date: 2004-09-16 21:50:41 -0700 (Thu, 16 Sep 2004) New Revision: 1235 Modified: trunk/CSP/SpatialIndex/quadtree/makefile Log: Oops, forgot to update the makefile for the new extension. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1235 Modified: trunk/CSP/SpatialIndex/quadtree/makefile =================================================================== --- trunk/CSP/SpatialIndex/quadtree/makefile 2004-09-17 04:49:21 UTC (rev 1234) +++ trunk/CSP/SpatialIndex/quadtree/makefile 2004-09-17 04:50:41 UTC (rev 1235) @@ -37,7 +37,7 @@ debug: $(MAKE) CXXFLAGS='-g -fPIC' -.cc.o: +.cpp.o: $(CXX) $(CXXFLAGS) -I.. -c $< clean: |