Howdy.
I'm having a problem with a Makefile and don't know enough about C yet
to work it out.
The error I get when i run "make" on the Makefile is
"Makefile:15: *** missing separator. Stop."
I've included the 14th and 15th line of the Makefile here (sorry about
the wordwrapping). Can anyone see if Line 15 has anything obvious
which would cause my error message ?
LINE 14
CFLAGS += $(shell $(CC) -fno-strict-aliasing -S -o /dev/null -xc
/dev/null >/dev/null 2>&1 && echo "-fno-strict-aliasing")
LINE 15
$(shell egrep '^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION|ARCH) '
$(KSRC)/Makefile >Makefile.arch)