libCom: One more essential dependency

This commit is contained in:
Andrew Johnson
2011-11-22 18:01:55 -06:00
parent 2905b5bb72
commit c4c23c9775

View File

@@ -17,3 +17,4 @@ asLib$(DEP): asLib_lex.c
# Ensure that lexer and parser are built before they are needed
asLib.c: $(call PATH_FILTER, $(TOOLS)/antelope$(HOSTEXE))
asLib_lex.c: $(call PATH_FILTER, $(TOOLS)/e_flex$(HOSTEXE))
asLib_lex.c: $(INSTALL_INCLUDE)/flex.skel.static