Running into this when I try to make VLS :
# make install
make: Fatal error in reader: Makefile, line 10: Unexpected end of line seen
But the Makefile looks ok to me at that point...am I missing something?
# head -12 Makefile
################################################################################
# vls (VideoLAN Server) main Makefile
#-------------------------------------------------------------------------------
# (c)1999-2001 VideoLAN
# $Id: Makefile,v 1.102.4.3 2003/05/16 20:56:51 nitrox Exp $
################################################################################
ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),)
include Makefile.opts
endif
Need a fresh set of eyes on this...mine are fried!
--Doug