makedepends: remove quoting cruft.
This commit is contained in:
parent
2edb5d3333
commit
50d986ae36
1 changed files with 4 additions and 4 deletions
|
@ -10,10 +10,10 @@ long_desc="
|
||||||
Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
|
Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
|
||||||
|
|
||||||
Makedepend reads each sourcefile in sequence and parses it like a
|
Makedepend reads each sourcefile in sequence and parses it like a
|
||||||
C-preprocessor, processing all \#include, \#define, \#undef, \#ifdef, \#ifndef,
|
C-preprocessor, processing all include, define, undef, ifdef, ifndef,
|
||||||
\#endif, \#if and \#else directives so that it can correctly tell which
|
endif, if and else directives so that it can correctly tell which
|
||||||
\#include, directives would be used in a compilation. Any \#include,
|
include, directives would be used in a compilation. Any include,
|
||||||
directives can reference files having other \#include directives, and parsing
|
directives can reference files having other include directives, and parsing
|
||||||
will occur in these files as well."
|
will occur in these files as well."
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Reference in a new issue