do not do lintlib installation on 'make install', also make sure
that every proto.make has a lintlib entry
This commit is contained in:
@@ -33,7 +33,7 @@ $(LIBALLOC): $(OBJECTS)
|
||||
$(AR) r $(LIBALLOC) $(OBJECTS)
|
||||
$(RANLIB) $(LIBALLOC)
|
||||
|
||||
install: all lintlib
|
||||
install: all
|
||||
cp $(LIBALLOC) $(MOD_DIR)/lib/$(LIBALLOC)
|
||||
$(RANLIB) $(MOD_DIR)/lib/$(LIBALLOC)
|
||||
cp $(SRC_DIR)/alloc.3 $(MOD_DIR)/man/alloc.3
|
||||
|
||||
Reference in New Issue
Block a user