From: Eric Andersen Date: Mon, 21 Aug 2000 21:23:48 +0000 (-0000) Subject: Fix a thinko, thanks to Klaasjan X-Git-Tag: 0_47~156 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=282c364148e70dfdbb3c90fdec357e0edc589fbc;p=oweals%2Fbusybox.git Fix a thinko, thanks to Klaasjan -Erik --- diff --git a/busybox.def.h b/busybox.def.h index 91ab0b3c9..d9477d41c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -293,8 +293,8 @@ #ifdef BB_FEATURE_LINUXRC #ifndef BB_INIT #define BB_INIT -#define BB_LINUXRC #endif +#define BB_LINUXRC #endif // #ifdef BB_GZIP