From 515f8cd35ff408da855ed4c05e0e9fcb0d28acee Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Wed, 8 Jun 2011 16:26:05 +0100 Subject: [PATCH] install: all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b84b4c3..cbe58a3 100644 --- a/Makefile +++ b/Makefile @@ -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