From dbe4911b65d51878f3cb71ee97051fbf3dbeb159 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 25 Jul 1991 15:45:35 +0000 Subject: [PATCH] Fixed the HFILES macro --- lang/pc/comp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/pc/comp/Makefile b/lang/pc/comp/Makefile index 56621a9ba..e1d49d9a2 100644 --- a/lang/pc/comp/Makefile +++ b/lang/pc/comp/Makefile @@ -80,9 +80,9 @@ GENGFILES= tokenfile.g 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\ target_sizes.h nocross.h dbsymtab.h -HFILES= LLlex.h chk_expr.h class.h const.h debug.h def.h desig.h\ - f_info.h idf.h input.h main.h misc.h node.h required.h scope.h\ - tokenname.h type.h $(GENHFILES) +HFILES= LLlex.h chk_expr.h class.h const.h debug.h\ + f_info.h idf.h input.h main.h misc.h required.h\ + tokenname.h $(GENHFILES) # GENFILES = $(GENGFILES) $(GENCFILES) $(GENHFILES) NEXTFILES = def.H desig.H node.H scope.H type.H casestat.C tmpvar.C -- 2.34.1