fixed lintlib entry
authorceriel <none@none>
Wed, 16 Oct 1991 11:42:25 +0000 (11:42 +0000)
committerceriel <none@none>
Wed, 16 Oct 1991 11:42:25 +0000 (11:42 +0000)
modules/src/assert/proto.make

index 13c5255..60824d0 100644 (file)
@@ -34,7 +34,7 @@ clean:
                rm -f *.$(LIBSUF) *.$(SUF)
 
 lintlib:
-               $(MK_LINT_LIB) assert $(MOD_DIR)/lib $(INCLUDES) BadAssert.c
+               $(MK_LINT_LIB) assert $(MOD_DIR)/lib $(INCLUDES) $(SRC_DIR)/BadAssert.c
 
 BadAssert.$(SUF):      $(SRC_DIR)/BadAssert.c
                $(CC) -c $(CFLAGS) $(SRC_DIR)/BadAssert.c