关于makefile 的疑问
我在编译snort的时候出现如下的错误,请大家帮我看看:
make: Fatal error in reader: Makefile, line 484: Unexpected end of line seen
dist-hook:
# always ensure that the win32 build is in sync
perl $(distdir)/verstuff.pl $(distdir) //这就是484行
# work around a horrible doc/Makefile.am
rm -rf $(distdir)/doc/signatures/CVS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
configure是通过了,怎么make的时候出现这样的错误,我已经换过一个snort的版本,还是和原来的错误一样,提示makefile文件出错,应该如何解决呢?谢谢大给的指点!