commit 515f8cd35ff408da855ed4c05e0e9fcb0d28acee parent 1e4a4e460de6bdf7a973d97c9b44c55c3fd427ef Author: Connor Lane Smith <cls@lubutu.com> Date: Wed, 8 Jun 2011 16:26:05 +0100 install: all Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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