Updated src/Makefile to confirm we build all the necessary software
prior to trying to install it.
This commit is contained in:
@@ -177,7 +177,7 @@ clobber: cleanobjs
|
||||
|
||||
distclean: clobber
|
||||
|
||||
install:
|
||||
install: all
|
||||
$(INSTALL_DIR) $(ROOT)/bin/ $(ROOT)/sbin/
|
||||
$(INSTALL_DIR) $(ROOT)/usr/bin/
|
||||
for i in $(BIN); do \
|
||||
|
||||
Reference in New Issue
Block a user