mirror of
https://github.com/mirror/make.git
synced 2026-09-02 04:38:12 +08:00
- 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:
2
main.c
2
main.c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user