help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make error: Unexpected end of line seen


From: Mona Pinjani
Subject: Make error: Unexpected end of line seen
Date: Wed, 17 Sep 2003 16:11:41 -0500

Hi,

What can be possibly wrong in the following Makefile snippet ?

# Must include a path to tclWinInt.h on cygwin
ifeq ($(TCL_SHLIB_SUFFIX),.dll)
CYGWIN_CFLAGS = -I$(srcdir)/../../../../tcl/win                         <--- Line 59
else
CYGWIN_CFLAGS =
Endif

I am doing a make and getting this error:

make: Fatal error in reader: Makefile, line 59: Unexpected end of line seen

___________________________________
Mona Pinjani
E-mail address@hidden
Samsung Telecommunications America
972-761-7932 (W)
214-264-3378 (M)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]