summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27dc544..5cf2e17 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ ff2jpg-LDLIBS = $(JPG-LDLIBS)
all: $(BIN)
-$(BIN): $(REQ:=.o)
+$(BIN): $(@:=.o) $(REQ:=.o)
$(BIN:=.o): config.mk $(HDR) $(REQ:=.h)