From 63c0ca38f92ccd52851b2e88f5b4584a3722778d Mon Sep 17 00:00:00 2001 From: dick Date: Fri, 28 Oct 1988 16:04:31 +0000 Subject: [PATCH] moving lint and lint.1 to lpass2 --- lang/cem/lint/lpass2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/cem/lint/lpass2/Makefile b/lang/cem/lint/lpass2/Makefile index 8e8989d76..4075bb726 100644 --- a/lang/cem/lint/lpass2/Makefile +++ b/lang/cem/lint/lpass2/Makefile @@ -29,15 +29,15 @@ OBJ = lpass2.o checkargs.o read.o report.o class.o l_print3ack.o test: lpass2 lpass2 -xh <.i -# make lint +# make lint.test lpass2: $(OBJ) Makefile next.o $(CC) $(COPTIONS) $(LDFLAGS) $(OBJ) next.o $(LLIBS) -o lpass2 size lpass2 -lint: - ../lint -xh $(CFLAGS) $(SRC) next.c #??? +lint.test: + ./lint -xh $(CFLAGS) $(SRC) next.c #??? next.c: $(LPASS1)/make.next inpdef.str $(LPASS1)/make.next inpdef.str > next.c -- 2.34.1