It appears that 'make install' on top level calls 'make all' on the horus makefile

This commit is contained in:
Tiago Gomes 2013-04-11 23:16:51 +01:00
parent 7ecfb999d5
commit fc2530fbe2

View File

@ -186,12 +186,12 @@ HCLI = $(srcdir)/hcli
UTESTING = $(srcdir)/run_tests
all: $(LIB) $(HCLI)
# Don't require $(UTESTING) by default as we
# don't want a hard dependency on CppUnit
default: $(LIB) $(HCLI)
all: $(LIB) $(HCLI) $(UTESTING)
with_tests: $(LIB) $(HCLI) $(UTESTING)
@DO_SECOND_LD@$(LIB): $(LIB_OBJS)