From 47655a93f5b1afb45a1ce2167f43b2bbc2ad106b Mon Sep 17 00:00:00 2001 From: mar Date: Sat, 17 Mar 1990 00:01:13 +0000 Subject: [PATCH] fixed lint flags --- gdb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gdb/Makefile b/gdb/Makefile index 016fef86..aa72e494 100644 --- a/gdb/Makefile +++ b/gdb/Makefile @@ -30,7 +30,7 @@ CCPROF= ${CC} INGLIBS= /usr/rtingres/lib/libqlib /usr/rtingres/lib/compatlib -LINTFLAGS= -uhv +LINTFLAGS= -uhv -I../include .c.o: ${CCPROF} -c -pg ${CFLAGS} $*.c @@ -48,11 +48,11 @@ libgdb_p.a: ${LIBOBJS} (cd profiled; ar uv ../libgdb_p.a ${LIBOBJS}; ranlib ../libgdb_p.a) lint: - lint -huv ${GDBCSRCS} | \ + lint ${LINTFLAGS} ${GDBCSRCS} | \ egrep -v "warning: possible pointer alignment problem" llib-lgdb.ln: ${LIBSRC} - lint -Cgdb ${GDBCSRCS} + lint ${LINTFLAGS} -Cgdb ${GDBCSRCS} install: install -c -m 644 libgdb.a ${DESTDIR}/usr/athena/lib/libsmsgdb.a -- 2.45.2