Fix build for Solaris: "all" must be the first make target.
[exim.git] / src / OS / os.c-HP-UX
index 1b78d7eb89c7a49dfc9b6f74c457b023c55dbf46..fdd8708a29c531b9ba696854f9f40ef34391a496 100644 (file)
@@ -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 */