git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Store the initial working directory, expand $initial_cwd. Bug 1805
[exim.git]
/
src
/
OS
/
Makefile-SunOS5
diff --git
a/src/OS/Makefile-SunOS5
b/src/OS/Makefile-SunOS5
index ebe43677989bed1b105f163135369e794c4a9b7a..351b43ad1af68045f145d0a2d06d150131725aa5 100644
(file)
--- a/
src/OS/Makefile-SunOS5
+++ b/
src/OS/Makefile-SunOS5
@@
-1,5
+1,3
@@
-# $Cambridge: exim/src/OS/Makefile-SunOS5,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
-
# Exim: OS-specific make file for SunOS5
CFLAGS=-O
@@
-21,4
+19,6
@@
XINCLUDE=-I$(X11)/include
XLFLAGS=-L$(X11)/lib -R$(X11)/lib
X11LIB=$(X11)/lib
+os.o: setenv.c
+
# End