diff options
Diffstat (limited to 'util-linux/rev.c')
-rw-r--r-- | util-linux/rev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rev.c b/util-linux/rev.c index e1e004437..3c1b22f09 100644 --- a/util-linux/rev.c +++ b/util-linux/rev.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | //applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP)) | 9 | //applet:IF_REV(APPLET(rev, BB_DIR_BIN, BB_SUID_DROP)) |
10 | 10 | ||
11 | //kbuild:lib-$(CONFIG_REV) += rev.o | 11 | //kbuild:lib-$(CONFIG_REV) += rev.o |
12 | 12 | ||