From 8e82c748ad0a2ed4d8824027e129115e1bae65b2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Dec 1991 14:12:36 +0000 Subject: [PATCH] Fixed comments --- lang/cem/lint/llib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/lint/llib/Makefile b/lang/cem/lint/llib/Makefile index 909876fd7..5c712f97a 100644 --- a/lang/cem/lint/llib/Makefile +++ b/lang/cem/lint/llib/Makefile @@ -12,7 +12,7 @@ TERMLIBDIR = /usr/src/lib/libtermlib# # for a local -ltermlib ALLDIR = $(EMHOME)/lang/cem/libcc# # to create c.llb INCLUDE = $(EMHOME)/include/_tail_cc -ALLFLAGS = -D__BSD4_2 -I$(INCLUDE) # to compile $(ALLDIR) +ALLFLAGS = -D__BSD4_2 -I$(INCLUDE)# # to compile $(ALLDIR) c.llb: unix7.c $(LINT) -Lc.llb unix7.c -- 2.34.1