From 258bd3d971fb1815082ce9d556496fef6e29c493 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 24 Oct 2001 19:00:20 +0000 Subject: Split true and false into separate applets. --- include/applets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index 35dd947fe..9a7e394b6 100644 --- a/include/applets.h +++ b/include/applets.h @@ -158,7 +158,7 @@ #ifdef CONFIG_EXPR APPLET(expr, expr_main, _BB_DIR_USR_BIN) #endif -#ifdef CONFIG_TRUE_FALSE +#ifdef CONFIG_FALSE APPLET(false, false_main, _BB_DIR_BIN) #endif #ifdef CONFIG_FBSET @@ -431,7 +431,7 @@ #ifdef CONFIG_TRACEROUTE APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) #endif -#ifdef CONFIG_TRUE_FALSE +#ifdef CONFIG_TRUE APPLET(true, true_main, _BB_DIR_BIN) #endif #ifdef CONFIG_TTY -- cgit v1.2.3