Message ID | 1253093169-1423-34-git-send-email-avi@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/kvm/user/Makefile b/kvm/user/Makefile index d9fbf17..ed462bb 100644 --- a/kvm/user/Makefile +++ b/kvm/user/Makefile @@ -52,7 +52,7 @@ $(libcflat): $(cflatobjs) $(AR) rcs $@ $^ %.o: %.S - $(CC) $(CFLAGS) -c -nostdlib -o $@ $^ + $(CC) $(CFLAGS) -c -nostdlib -o $@ $< -include .*.d
Only compile the first dependency (the source file), not the rest (headers). Signed-off-by: Avi Kivity <avi@redhat.com> --- kvm/user/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)