makedepends: remove quoting cruft.

This commit is contained in:
Juan RP 2011-07-14 01:20:02 +02:00
parent 2edb5d3333
commit 50d986ae36
1 changed files with 4 additions and 4 deletions

View File

@ -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