diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-14 12:13:43 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-14 14:00:41 +0000 |
commit | 43ff44e918b762b98b495a91fcd4f0d2f8049bce (patch) | |
tree | 67bb66284ef01711d659b40998e37d41546405fa /src/OS/os.c-SunOS5 | |
parent | 961187f8923b30e6995c6ff378ccb8c2c0e74bb3 (diff) |
Fix build for Solaris: "all" must be the first make target.
Broken-by: dfe7d917154a Bug 1578
Diffstat (limited to 'src/OS/os.c-SunOS5')
-rw-r--r-- | src/OS/os.c-SunOS5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/os.c-SunOS5 b/src/OS/os.c-SunOS5 index e298f6d54..162486958 100644 --- a/src/OS/os.c-SunOS5 +++ b/src/OS/os.c-SunOS5 @@ -9,7 +9,7 @@ /* Solaris-specific code. This is concatenated onto the generic src/os.c file. */ -#ifdef MISSING_UNSETENV_3 +#if defined(MISSING_UNSETENV_3) && !defined(COMPILE_UTILITY) # include "setenv.c" #endif |