SUBARAM RAM
SUBARAM RAM

Reputation: 65

make: *** No rule to make target '-', needed by 'TTCN3_DIR'. Stop

I am trying to install the Titan by creating the Makefile with name Makefile.personal into the titan.core folder under the home directory of cygwin. But unfortunately, I am facing the below issue while giving this command make -j5.

Makefile.personal

TTCN3_DIR :- D:/cygwin64/home/SUBBARAM/install
OPENSSL_DIR :- /usr
JDKDIR :- /etc/java-config-2/current-system-vm
XMLDIR :- /usr
JNI :- yes
GEN_PDF :- no
~

Below is the Error,

$ make -j5
make: *** No rule to make target '-', needed by 'TTCN3_DIR'.  Stop.

I'd appreciate help in understanding the cause of and solution to this error. Thanks.

Upvotes: 0

Views: 63

Answers (0)

Related Questions