ranlib util.a (thanks pancake)
This commit is contained in:
1
Makefile
1
Makefile
@@ -67,6 +67,7 @@ cat.o grep.o tail.o: text.h
|
|||||||
util.a: $(LIB)
|
util.a: $(LIB)
|
||||||
@echo AR $@
|
@echo AR $@
|
||||||
@$(AR) -r -c $@ $(LIB)
|
@$(AR) -r -c $@ $(LIB)
|
||||||
|
@ranlib $@
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
@echo installing executables to $(DESTDIR)$(PREFIX)/bin
|
@echo installing executables to $(DESTDIR)$(PREFIX)/bin
|
||||||
|
Reference in New Issue
Block a user