Revision: 1505
http://svn.sourceforge.net/complement/?rev=1505&view=rev
Author: complement
Date: 2007-02-05 00:58:40 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
fix subdirs traverse
Modified Paths:
--------------
trunk/complement/extern/custom/boost/libs/Makefile
Modified: trunk/complement/extern/custom/boost/libs/Makefile
===================================================================
--- trunk/complement/extern/custom/boost/libs/Makefile 2007-02-02 18:54:52 UTC (rev 1504)
+++ trunk/complement/extern/custom/boost/libs/Makefile 2007-02-05 08:58:40 UTC (rev 1505)
@@ -1,6 +1,6 @@
-# -*- makefile -*- Time-stamp: <06/11/01 22:56:34 ptr>
+# -*- makefile -*- Time-stamp: <07/02/03 09:26:04 ptr>
#
-# Copyright (c) 2006
+# Copyright (c) 2006, 2007
# Petr Ovtchenkov
#
# Licensed under the Academic Free License version 3.0
@@ -14,6 +14,6 @@
include ${SRCROOT}/Makefiles/gmake/subdirs.mak
all install install-release-static depend clean clobber distclean check:
- $(doinsubdirs)
+ $(call doinsubdirs,${SUBDIRS})
.PHONY: all install install-release-static depend clean clobber distclean check
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|