aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenbackendd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenbackendd')
-rw-r--r--tools/xenbackendd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xenbackendd/Makefile b/tools/xenbackendd/Makefile
index 4950134d7d..eaf0313fba 100644
--- a/tools/xenbackendd/Makefile
+++ b/tools/xenbackendd/Makefile
@@ -35,7 +35,7 @@ clean:
rm -f $(SBIN) $(DEPS)
-%: %.c Makefile
- $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $< -o $@ $(LDLIBS)
+%: %.o Makefile
+ $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
-include $(DEPS)