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
Bugzilla #1106: Don't pass DKIM compound log line as format string
[exim.git]
/
src
/
OS
/
Makefile-Default
diff --git
a/src/OS/Makefile-Default
b/src/OS/Makefile-Default
index 49052b3b30647b0e4649ae95420aa3c2d7130144..3d3655b5b3d90b83eb69574a59d47503f5831b79 100644
(file)
--- a/
src/OS/Makefile-Default
+++ b/
src/OS/Makefile-Default
@@
-1,4
+1,4
@@
-# $Cambridge: exim/src/OS/Makefile-Default,v 1.
3 2008/01/16 13:44:45 nm4
Exp $
+# $Cambridge: exim/src/OS/Makefile-Default,v 1.
5 2009/10/16 07:30:54 tom
Exp $
##################################################
# The Exim mail transport agent #
##################################################
# The Exim mail transport agent #
@@
-42,8
+42,10
@@
BASENAME_COMMAND=/usr/bin/basename
CHOWN_COMMAND=/usr/bin/chown
CHGRP_COMMAND=/usr/bin/chgrp
CHOWN_COMMAND=/usr/bin/chown
CHGRP_COMMAND=/usr/bin/chgrp
+CHMOD_COMMAND=/usr/bin/chmod
MV_COMMAND=/bin/mv
RM_COMMAND=/bin/rm
MV_COMMAND=/bin/mv
RM_COMMAND=/bin/rm
+TOUCH_COMMAND=/usr/bin/touch
# Some operating systems have different ways of building libraries of
# Some operating systems have different ways of building libraries of
@@
-89,7
+91,7
@@
CC=gcc
# PCRE_LIBS contains the library to be linked for PCRE
# PCRE_LIBS contains the library to be linked for PCRE
-
#
PCRE_LIBS=-lpcre
+PCRE_LIBS=-lpcre
# LIBS and EXTRALIBS contain library settings that are used on linking
# LIBS and EXTRALIBS contain library settings that are used on linking