From c4c23c9775d9733fe438da6f0b5e9b9aa9c561e1 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 22 Nov 2011 18:01:55 -0600 Subject: [PATCH] libCom: One more essential dependency --- src/libCom/as/RULES | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/as/RULES b/src/libCom/as/RULES index 3ec90b630..5ed3edd97 100644 --- a/src/libCom/as/RULES +++ b/src/libCom/as/RULES @@ -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