libCom: Ommitted to include the flex/RULES file.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user