From: dick Date: Fri, 28 Oct 1988 16:04:31 +0000 (+0000) Subject: moving lint and lint.1 to lpass2 X-Git-Tag: release-5-5~2770 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=63c0ca38f92ccd52851b2e88f5b4584a3722778d;p=ack.git moving lint and lint.1 to lpass2 --- 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