summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-02-14 15:03:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-02-14 15:03:19 (GMT)
commit142119be9535ae1ef109595fdd83c0d929133834 (patch)
treec73d2e08523c7f4479d5e94f57970e509a874fc1 /Source/cmUnixMakefileGenerator.h
parent2cc36654e65200fbd8c3b702cb449c95d0268a70 (diff)
downloadCMake-142119be9535ae1ef109595fdd83c0d929133834.zip
CMake-142119be9535ae1ef109595fdd83c0d929133834.tar.gz
CMake-142119be9535ae1ef109595fdd83c0d929133834.tar.bz2
ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do not want to build when doing a make depend
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 236784c..14e6fc7 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -125,6 +125,7 @@ protected:
const char* target,
const char* target1,
const char* target2,
+ const char* depend,
const std::vector<std::string>&
SubDirectories);
virtual void OutputMakeRule(std::ostream&,