error while executing make file

hi
i am facing a strange error...

whenever i try to execute make file it gives the following error

bash-3.00$ make
usa0300uz1128
sh: syntax error at line 1: `end of file' unexpected
mksh: Fatal error: The command `if [ "${ORACLE_HOME}" = "/u01/apps/oracle/product/11.2.0.3.2012Q3" ] ;  then  echo "${COMMON}/src/rules/rules_11.2.0.3.2012Q3";  elif [ "${ORACLE_HOME}" = "/u01/apps/oracle/product/10.2.0.4.2010Q1" ] ;  then  echo "${COMMON}/src/rules/rules_10.2.0.4.2010Q1"; \ ' returned status `512'
Current working directory: /apps/dvl/common/src/obj
*** Error code 1
The following command caused the error:
echo `uname -n`;cd obj ; make -f Makefile all
make: Fatal error: Command failed for target `obj'

Please tell me what should i do to make it compile :slight_smile:

thanks a lot in advance

if ...; then ...; elif ...; then...; fi

--
Bye