summaryrefslogtreecommitdiff
path: root/src/OS/os.c-HP-UX
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-03-14 12:13:43 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-03-14 14:00:41 +0000
commit43ff44e918b762b98b495a91fcd4f0d2f8049bce (patch)
tree67bb66284ef01711d659b40998e37d41546405fa /src/OS/os.c-HP-UX
parent961187f8923b30e6995c6ff378ccb8c2c0e74bb3 (diff)
Fix build for Solaris: "all" must be the first make target.
Broken-by: dfe7d917154a Bug 1578
Diffstat (limited to 'src/OS/os.c-HP-UX')
-rw-r--r--src/OS/os.c-HP-UX4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/OS/os.c-HP-UX b/src/OS/os.c-HP-UX
index 1b78d7eb8..fdd8708a2 100644
--- a/src/OS/os.c-HP-UX
+++ b/src/OS/os.c-HP-UX
@@ -9,6 +9,8 @@
/* HP-UX-specific code. This is concatenated onto the generic
src/os.c file. */
-#include "setenv.c"
+#ifndef COMPILE_UTILITY
+# include "setenv.c"
+#endif
/* End of os.c-SunHP-UX */