diff --git a/scratchbox2/utils/Makefile b/scratchbox2/utils/Makefile index 80e0fb97..e2c43bbe 100644 --- a/scratchbox2/utils/Makefile +++ b/scratchbox2/utils/Makefile @@ -18,7 +18,7 @@ $(D)/sb2-ruletree: CFLAGS := $(CFLAGS) -Wall -W $(WERROR) \ -I$(SRCDIR)/include $(D)/sb2-ruletree.o: preload/exported.h -$(D)/sb2-ruletree: $(D)/sb2-ruletree.o $(D)/../rule_tree/rule_tree.o +$(D)/sb2-ruletree: $(D)/sb2-ruletree.o rule_tree/rule_tree.o $(MKOUTPUTDIR) $(P)LD $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -ldl