Makefile: fix perf2 rule
authorJeff Layton <jlayton@redhat.com>
Fri, 3 May 2013 11:16:38 +0000 (07:16 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 3 May 2013 11:16:38 +0000 (07:16 -0400)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Makefile

index 82fba12f205877f5bda17c17775c6e7f5b5edc3a..96e7e483026a8b419100a9807efb4129d37e2360 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: perf1 perf2
 perf1: perf1.c
        $(CC) -o $@ $^ $(CFLAGS)
 
-perf2: perf1.c
+perf2: perf2.c
        $(CC) -o $@ $^ $(CFLAGS)
 
 .PHONY: clean