It appears that 'make install' on top level calls 'make all' on the horus makefile
This commit is contained in:
parent
7ecfb999d5
commit
fc2530fbe2
@ -186,12 +186,12 @@ HCLI = $(srcdir)/hcli
|
|||||||
UTESTING = $(srcdir)/run_tests
|
UTESTING = $(srcdir)/run_tests
|
||||||
|
|
||||||
|
|
||||||
|
all: $(LIB) $(HCLI)
|
||||||
|
|
||||||
|
|
||||||
# Don't require $(UTESTING) by default as we
|
# Don't require $(UTESTING) by default as we
|
||||||
# don't want a hard dependency on CppUnit
|
# don't want a hard dependency on CppUnit
|
||||||
default: $(LIB) $(HCLI)
|
with_tests: $(LIB) $(HCLI) $(UTESTING)
|
||||||
|
|
||||||
|
|
||||||
all: $(LIB) $(HCLI) $(UTESTING)
|
|
||||||
|
|
||||||
|
|
||||||
@DO_SECOND_LD@$(LIB): $(LIB_OBJS)
|
@DO_SECOND_LD@$(LIB): $(LIB_OBJS)
|
||||||
|
Reference in New Issue
Block a user