diff --git a/Makefile b/Makefile index 87451e04d0d40ff40ebc74ae9bcbefa3f84e9f62..a27fe289345f449c4ea716de355c1df00eb48c60 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ include $(SRC_PATH)/common.mak FF_EXTRALIBS := $(FFEXTRALIBS) FF_DEP_LIBS := $(DEP_LIBS) -all: $(FF_DEP_LIBS) $(PROGS) +all: $(PROGS) $(TOOLS): %$(EXESUF): %.o $(LD) $(LDFLAGS) -o $@ $< $(ELIBS)