- Fix the NEWS file to be accurate

- Add oneshell to $(.FEATURES) (forgot that!)
- Fix Savannah bug #30612: handling of archive references with >1 object
This commit is contained in:
Paul Smith
2010-08-14 02:50:14 +00:00
parent 036760a9fd
commit 5acda13ace
8 changed files with 96 additions and 17 deletions

2
main.c
View File

@@ -1138,7 +1138,7 @@ main (int argc, char **argv, char **envp)
a macro and some compilers (MSVC) don't like conditionals in macros. */
{
const char *features = "target-specific order-only second-expansion"
" else-if shortest-stem undefine"
" else-if shortest-stem undefine oneshell"
#ifndef NO_ARCHIVES
" archives"
#endif