nm4 2009/11/10 16:55:50 GMT
Modified files:
exim-src/OS Makefile-SCO Makefile-SCO_SV
Log:
Update build info for SCO
Revision Changes Path
1.4 +1 -1 exim/exim-src/OS/Makefile-SCO
1.4 +1 -0 exim/exim-src/OS/Makefile-SCO_SV
Index: Makefile-SCO
===================================================================
RCS file: /home/cvs/exim/exim-src/OS/Makefile-SCO,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile-SCO 25 Jul 2008 20:39:55 -0000 1.3
+++ Makefile-SCO 10 Nov 2009 16:55:50 -0000 1.4
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/OS/Makefile-SCO,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
+# $Cambridge: exim/exim-src/OS/Makefile-SCO,v 1.4 2009/11/10 16:55:50 nm4 Exp $
# Exim: OS-specific make file for SCO
@@ -25,6 +25,6 @@
CHGRP_COMMAND=/bin/chgrp
CHMOD_COMMAND=/bin/chmod
HOSTNAME_COMMAND=/usr/bin/hostname
-
+TOUCH_COMMAND=/bin/touch
# End
Index: Makefile-SCO_SV
===================================================================
RCS file: /home/cvs/exim/exim-src/OS/Makefile-SCO_SV,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile-SCO_SV 25 Jul 2008 20:39:55 -0000 1.3
+++ Makefile-SCO_SV 10 Nov 2009 16:55:50 -0000 1.4
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/OS/Makefile-SCO_SV,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
+# $Cambridge: exim/exim-src/OS/Makefile-SCO_SV,v 1.4 2009/11/10 16:55:50 nm4 Exp $
# Exim: OS-specific make file for SCO_SV release 5 (tested on 5.0.5 & 5.0.5)
# (see the UNIX_SV files for SCO 4.2)
@@ -31,5 +31,6 @@
CHGRP_COMMAND=/bin/chgrp
CHMOD_COMMAND=/bin/chmod
HOSTNAME_COMMAND=/usr/bin/hostname
+TOUCH_COMMAND=/bin/touch
# End