libCom: Ommitted to include the flex/RULES file.

This commit is contained in:
Andrew Johnson
2011-02-25 23:54:30 -06:00
parent f7fc564556
commit e540ae0774
2 changed files with 2 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ include $(TOP)/configure/RULES
include $(LIBCOM)/env/RULES
include $(LIBCOM)/error/RULES
include $(LIBCOM)/flex/RULES
include $(LIBCOM)/log/RULES
include $(LIBCOM)/misc/RULES
include $(LIBCOM)/osi/RULES

View File

@@ -10,7 +10,7 @@
# This is a Makefile fragment, see src/libCom/Makefile.
# Ensure that the lexer is built before it is needed
parse.c: $(call PATH_FILTER, $(TOOLS)/antelope$(HOSTEXE))
parse.c: $(YACC)
clean::
$(RM) parse.c parse.h