在此文件中获取此错误makefile:4: *** missing separator. Stop.
PROC=findcrypt
O1=consts
O2=sparse
!include ..\plugin.mak
# MAKEDEP dependency list ------------------
$(F)consts$(O) : $(I)llong.hpp $(I)pro.h consts.cpp findcrypt.hpp
$(F)findcrypt$(O): $(I)area.hpp $(I)bytes.hpp $(I)fpro.h $(I)funcs.hpp \
$(I)help.h $(I)ida.hpp $(I)idp.hpp $(I)kernwin.hpp \
$(I)lines.hpp $(I)llong.hpp $(I)loader.hpp $(I)moves.hpp \
$(I)nalt.hpp $(I)name.hpp $(I)netnode.hpp $(I)pro.h \
$(I)segment.hpp $(I)sistack.hpp $(I)ua.hpp $(I)xref.hpp \
findcrypt.cpp findcrypt.hpp
$(F)sparse$(O) : $(I)llong.hpp $(I)pro.h findcrypt.hpp sparse.cpp
我已尝试使用cat -e -t -v makefile
来识别不良标签,但从我能说的内容看起来一切正常。