install: all

This commit is contained in:
Connor Lane Smith 2011-06-08 16:26:05 +01:00
parent 1e4a4e460d
commit 515f8cd35f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ util.a: $(LIB)
@echo AR -r $@
@$(AR) -r -c $@ $(LIB)
install:
install: all
@echo installing executables to $(DESTDIR)$(PREFIX)/bin
@mkdir -p $(DESTDIR)$(PREFIX)/bin
@cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin