diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 21:59:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-07 21:59:34 +0100 |
commit | 2aa3a2cbe7667ade5903c18d6719cf54cfaceb9e (patch) | |
tree | a2eee84eb8248ff9705be547225c6d895bd6100f /DEPENDENCIES | |
parent | deps: alloca (diff) | |
download | scrotty-2aa3a2cbe7667ade5903c18d6719cf54cfaceb9e.tar.gz scrotty-2aa3a2cbe7667ade5903c18d6719cf54cfaceb9e.tar.bz2 scrotty-2aa3a2cbe7667ade5903c18d6719cf54cfaceb9e.tar.xz |
small fixes
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 04fce66..ba9a00b 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -10,7 +10,7 @@ BUILD DEPENDENCIES: make coreutils libc - gcc (any cc can be used if WARN in Makefile is edited) + gcc (any c99 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) |