makedepends: remove quoting cruft.
This commit is contained in:
parent
2edb5d3333
commit
50d986ae36
|
@ -10,10 +10,10 @@ long_desc="
|
|||
Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
|
||||
|
||||
Makedepend reads each sourcefile in sequence and parses it like a
|
||||
C-preprocessor, processing all \#include, \#define, \#undef, \#ifdef, \#ifndef,
|
||||
\#endif, \#if 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
|
||||
C-preprocessor, processing all include, define, undef, ifdef, ifndef,
|
||||
endif, if 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."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in New Issue