do not do lintlib installation on 'make install', also make sure

that every proto.make has a lintlib entry
This commit is contained in:
ceriel
1991-10-09 19:02:55 +00:00
parent a88a66615c
commit f9c4a5e37a
14 changed files with 15 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ $(LIBSTRING): $(OBJ)
$(AR) r $(LIBSTRING) $(OBJ)
$(RANLIB) $(LIBSTRING)
install: all lintlib
install: all
cp $(LIBSTRING) $(MOD_DIR)/lib/$(LIBSTRING)
$(RANLIB) $(MOD_DIR)/lib/$(LIBSTRING)
cp $(SRC_DIR)/string.3 $(MOD_DIR)/man/string.3