From 5f67f1ad6465f8518bc1f2d3906bbfb56ef74fcc Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 13 May 1987 15:31:21 +0000 Subject: [PATCH] Added SYSTEM.h --- lang/m2/comp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/m2/comp/Makefile b/lang/m2/comp/Makefile index 1d64c1c80..bf27961a8 100644 --- a/lang/m2/comp/Makefile +++ b/lang/m2/comp/Makefile @@ -44,7 +44,7 @@ GENH= errout.h\ HFILES= LLlex.h\ chk_expr.h class.h const.h debug.h desig.h f_info.h idf.h\ input.h main.h misc.h scope.h standards.h tokenname.h\ - walk.h warning.h $(GENH) + walk.h warning.h SYSTEM.h $(GENH) # GENFILES = $(GENGFILES) $(GENC) $(GENH) NEXTFILES = def.H type.H node.H scope.C tmpvar.C casestat.C -- 2.34.1