summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-SunOS5
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-03-08 23:57:37 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2016-03-09 00:05:58 +0000
commitdfe7d917154afce0e4016a60f142bd540677930f (patch)
treebd433f1c4d777ca2c09d6cc0c1736d9de5503e55 /src/OS/Makefile-SunOS5
parentdc8091e7b9eb80b77699ac59de3f39eedef65c04 (diff)
Fix build for HP-UX and older Solaris: (un)setenv. Bug 1578
Broken-by: bc3c7bb7d4ab
Diffstat (limited to 'src/OS/Makefile-SunOS5')
-rw-r--r--src/OS/Makefile-SunOS52
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OS/Makefile-SunOS5 b/src/OS/Makefile-SunOS5
index e60a6c088..351b43ad1 100644
--- a/src/OS/Makefile-SunOS5
+++ b/src/OS/Makefile-SunOS5
@@ -19,4 +19,6 @@ XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
+os.o: setenv.c
+
# End