Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-09-06 17:09:59 +0000
committereutarass2011-09-06 17:09:59 +0000
commit51574b52b20bc1b2690b5e4c443b4939e11df460 (patch)
tree59286405fe52b10b387fb0fbe16ca09e6085bcd0
parentd1aab555aba8055a0ac0e50026297234712a191e (diff)
downloadorg.eclipse.tcf.agent-51574b52b20bc1b2690b5e4c443b4939e11df460.tar.gz
org.eclipse.tcf.agent-51574b52b20bc1b2690b5e4c443b4939e11df460.tar.xz
org.eclipse.tcf.agent-51574b52b20bc1b2690b5e4c443b4939e11df460.zip
TCF Agent: added space between -o and file name in the agent Makefile.
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 60af30ac..f7685e7e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -70,7 +70,7 @@ endif
# Compiler flags definition
CC ?= gcc
-OUT_OBJ_F ?= -o
+OUT_OBJ_F ?= -o # with a trailing space
NO_LINK_F ?= -c
# Linker definition and flags

Back to the top