aboutsummaryrefslogtreecommitdiff
path: root/build/bin/target.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/bin/target.cxx')
-rw-r--r--build/bin/target.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bin/target.cxx b/build/bin/target.cxx
index 1190bfc..9dbcd83 100644
--- a/build/bin/target.cxx
+++ b/build/bin/target.cxx
@@ -29,7 +29,7 @@ namespace build
&file::static_type,
&obja_factory,
nullptr,
- &search_file,
+ &search_target, // Note: not _file(); don't look for an existing file.
false
};
@@ -52,7 +52,7 @@ namespace build
&file::static_type,
&objso_factory,
nullptr,
- &search_file,
+ &search_target, // Note: not _file(); don't look for an existing file.
false
};