do not do lintlib installation on 'make install', also make sure
that every proto.make has a lintlib entry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user