Fixed the HFILES macro
This commit is contained in:
parent
003382e13f
commit
dbe4911b65
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ GENGFILES= tokenfile.g
|
||||||
GENHFILES= Lpars.h debugcst.h density.h errout.h idfsize.h inputtype.h\
|
GENHFILES= Lpars.h debugcst.h density.h errout.h idfsize.h inputtype.h\
|
||||||
numsize.h strsize.h def.h type.h desig.h scope.h node.h\
|
numsize.h strsize.h def.h type.h desig.h scope.h node.h\
|
||||||
target_sizes.h nocross.h dbsymtab.h
|
target_sizes.h nocross.h dbsymtab.h
|
||||||
HFILES= LLlex.h chk_expr.h class.h const.h debug.h def.h desig.h\
|
HFILES= LLlex.h chk_expr.h class.h const.h debug.h\
|
||||||
f_info.h idf.h input.h main.h misc.h node.h required.h scope.h\
|
f_info.h idf.h input.h main.h misc.h required.h\
|
||||||
tokenname.h type.h $(GENHFILES)
|
tokenname.h $(GENHFILES)
|
||||||
#
|
#
|
||||||
GENFILES = $(GENGFILES) $(GENCFILES) $(GENHFILES)
|
GENFILES = $(GENGFILES) $(GENCFILES) $(GENHFILES)
|
||||||
NEXTFILES = def.H desig.H node.H scope.H type.H casestat.C tmpvar.C
|
NEXTFILES = def.H desig.H node.H scope.H type.H casestat.C tmpvar.C
|
||||||
|
|
Loading…
Add table
Reference in a new issue