Commit f0b8a3a6 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

make: Drop restorer.o from program deps list

It's already in OBJS
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 485c4b50
......@@ -106,7 +106,7 @@ $(OBJS): $(HEAD-BLOB) $(DEPS) $(HEAD-BLOB-GEN)
$(E) " CC " $@
$(Q) $(CC) -c $(CFLAGS) $< -o $@
$(PROGRAM): $(OBJS) restorer.o
$(PROGRAM): $(OBJS)
$(E) " LINK " $@
$(Q) $(CC) $(CFLAGS) $(OBJS) $(LIBS) -o $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment