Updated src/Makefile to confirm we build all the necessary software

prior to trying to install it.
This commit is contained in:
Jesse Smith
2018-11-07 17:24:55 -04:00
parent 848ee05104
commit 2ece2c0364
2 changed files with 4 additions and 2 deletions

View File

@@ -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 \