|
need help with compiler error
I keep getting this error:
web# make incoming.cgi
"Makefile", line 26: Unassociated shell command "$(KEYWORDFILES) $(TEMPLATEFILES) $(FLATFILEFILES)
"Makefile", line 27: Unassociated shell command "$(DOMAINFILES)
make: fatal errors encountered -- cannot continue
this is line 25, 26 and 27:
ALLCONFIG = $(CONFIGDIR)/incoming.h \
$(KEYWORDFILES) $(TEMPLATEFILES) $(FLATFILEFILES) \
$(DOMAINFILES)
Script is written in C and used to work on my servers that ran older version of FreeBSD.
Anybody have a fix?
|