Broken-by: dfe7d917154a Bug 1578
lss.o: $(HDRS) lss.c
match.o: $(HDRS) match.c
moan.o: $(HDRS) moan.c
-os.o: $(HDRS) os.c
+os.o: $(HDRS) $(OS_C_INCLUDES) os.c
parse.o: $(HDRS) parse.c
queue.o: $(HDRS) queue.c
rda.o: $(HDRS) rda.c
DBMLIB=-lndbm
RANLIB=@true
-os.o: setenv.c
+OS_C_INCLUDES=setenv.c
# End
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
-os.o: setenv.c
+OS_C_INCLUDES=setenv.c
# End
/* 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 */
/* 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