diff options
Diffstat (limited to 'tools/accounting/Makefile')
-rw-r--r-- | tools/accounting/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/accounting/Makefile b/tools/accounting/Makefile index 03687f19cbb1..11def1ad046c 100644 --- a/tools/accounting/Makefile +++ b/tools/accounting/Makefile @@ -2,7 +2,7 @@ CC := $(CROSS_COMPILE)gcc CFLAGS := -I../../usr/include -PROGS := getdelays +PROGS := getdelays procacct all: $(PROGS) |