From cfc40419885c1049e1345f4fd03f183114192402 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 8 Feb 2011 14:36:57 -0800 Subject: makedepend: remove # from the beginning of DESCRIPTION lines Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb index 342d1b8441..86e5d81491 100644 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb @@ -3,11 +3,12 @@ require xorg-util-common.inc SUMMARY = "create dependencies in makefiles" DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ -and parses it like a C-preprocessor, processing all #include, #define, \ -#undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that \ -it can correctly tell which #include, directives would be used in a \ -compilation. Any #include, directives can reference files having other \ -#include directives, and parsing will occur in these files as well." +and parses it like a C-preprocessor, processing \ +all #include, #define, #undef, #ifdef, #ifndef, #endif, #if, #elif \ +and #else directives so that it can correctly tell which #include, \ +directives would be used in a compilation. Any #include, directives \ +can reference files having other #include directives, and parsing will \ +occur in these files as well." DEPENDS = "xproto util-macros" PR = "r0" -- cgit v1.2.3-54-g00ecf