From 513b878285ab78bf97f7b871593c4ef838805e1e Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 19 Dec 1989 14:54:40 +0000 Subject: [PATCH] again, dependencies --- lang/cem/cpp.ansi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/cem/cpp.ansi/Makefile b/lang/cem/cpp.ansi/Makefile index 6572bb289..e25d41560 100644 --- a/lang/cem/cpp.ansi/Makefile +++ b/lang/cem/cpp.ansi/Makefile @@ -58,7 +58,7 @@ PRFILES = Makefile Parameters \ GOBJ = char.o symbol2str.o # generated source files -GSRC = char.c symbol2str.c +GSRC = char.c symbol2str.c next.c # .h files generated by `make.allod' STRSRC = macro.str replace.str @@ -72,7 +72,7 @@ GHSRC = errout.h idfsize.h ifdepth.h macbuf.h \ # Other generated files, for 'make clean' only GENERATED = tokenfile.g Lpars.h LLfiles LL.output lint.out \ - Xref hfiles cfiles next.c tags Makefile.old + Xref hfiles cfiles tags Makefile.old all: cc -- 2.34.1