From 6c9ee00b10928d69065cef936c287e6a8b547d41 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 9 Apr 2009 17:22:44 +0100 Subject: xenpmd: Explicit build rule. Signed-off-by: Keir Fraser --- tools/xenpmd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/xenpmd') diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile index 7e9353bfb0..10cb2fb211 100644 --- a/tools/xenpmd/Makefile +++ b/tools/xenpmd/Makefile @@ -19,4 +19,7 @@ install: all clean: $(RM) -f $(BIN) $(DEPS) +%: %.c Makefile + $(CC) $(CFLAGS) $< $(LDFLAGS) -o $@ + -include $(DEPS) -- cgit v1.2.3