diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 21:52:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 21:52:18 +0100 |
commit | 9c121fc565d9112753e11e350031078029a85deb (patch) | |
tree | ebbf1ea103c406a4ca2d3dbad13c0b119b9c0efb /DEPENDENCIES | |
parent | misc improvements (diff) | |
download | scrotty-9c121fc565d9112753e11e350031078029a85deb.tar.gz scrotty-9c121fc565d9112753e11e350031078029a85deb.tar.bz2 scrotty-9c121fc565d9112753e11e350031078029a85deb.tar.xz |
gcc is not really necessary
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index abbb69c..0e2a463 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -10,7 +10,7 @@ BUILD DEPENDENCIES: make coreutils libc - gcc + gcc (any cc can be used if WARN in Makefile is edited) gettext (opt-out, for internationalisation) texinfo (opt-out, for info, pdf, dvi, ps, and html manuals) texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) |