LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Makefile Problem (https://www.linuxquestions.org/questions/programming-9/makefile-problem-632353/)

utkarshrawat 04-02-2008 01:48 AM

Makefile Problem
 
Hi iam facing problem in my makefile.Its showing error
Code:

makefile:54: *** commands commence before first target. Stop
.

LINE 54 is
Code:

!include $(EXNMACRO)
Code:

Where $(EXNMACRO) refers to the path
EXNMACRO  = $(MAKEINC)\exnmacro.mak

Where $(MAKEINC)also refers to the path


bigearsbilly 04-02-2008 07:41 AM

what is in the include file?
why
!include?

utkarshrawat 04-02-2008 10:10 PM

I believe some path is missing

Code:

!include
I need to add the reference for that like some header files or packages

but still iam not able to get through this problem


All times are GMT -5. The time now is 08:29 PM.