Commit 944ebac4 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Cyrill Gorcunov

Makefile: *-BLOB-GEN: use target name

No need to hardcode it.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent f7fd268a
......@@ -91,8 +91,7 @@ $(HEAD-BIN): $(HEAD-LDS) $(OBJS-BLOB) parasite-util-net.o
$(HEAD-BLOB-GEN): $(HEAD-BIN) $(GEN-OFFSETS)
$(E) " GEN " $@
$(Q) $(SH) $(GEN-OFFSETS) parasite \
> parasite-blob.h
$(Q) $(SH) $(GEN-OFFSETS) parasite > $@
$(Q) sync
$(ROBJS): $(RSRCS-BLOB)
......@@ -105,8 +104,7 @@ $(RHEAD-BIN): $(ROBJS) $(RHEAD-LDS)
$(RHEAD-BLOB-GEN): $(RHEAD-BIN) $(GEN-OFFSETS)
$(E) " GEN " $@
$(Q) $(SH) $(GEN-OFFSETS) restorer \
> restorer-blob.h
$(Q) $(SH) $(GEN-OFFSETS) restorer > $@
$(Q) sync
%.o: %.c
......
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