summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/actions/make/make_cpp.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-20 20:35:22 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-20 20:35:22 +0200
commit4e4d2c8ce9128576fa7f3e56f0448df7713bb11b (patch)
tree1c69ce3d332b9bf2e6b29b02aafff6546e5439ff /3rdparty/genie/src/actions/make/make_cpp.lua
parent0f5ca811c149a9bfcbf33d53c1a9f47ac9bd458f (diff)
rolling back due to issues (nw)
Diffstat (limited to '3rdparty/genie/src/actions/make/make_cpp.lua')
-rw-r--r--3rdparty/genie/src/actions/make/make_cpp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/genie/src/actions/make/make_cpp.lua b/3rdparty/genie/src/actions/make/make_cpp.lua
index 1756ee069a9..fbb6ff02135 100644
--- a/3rdparty/genie/src/actions/make/make_cpp.lua
+++ b/3rdparty/genie/src/actions/make/make_cpp.lua
@@ -86,7 +86,7 @@
end
-- target build rule
- _p('$(TARGET): $(TARGETDIR) $(GCH) $(OBJECTS) $(LDDEPS) $(RESOURCES)')
+ _p('$(TARGET): $(GCH) $(OBJECTS) $(LDDEPS) $(RESOURCES)')
if prj.kind == "StaticLib" then
if prj.msgarchiving then