git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c4ab6
)
Corrected typo in updated OS/Makefile-GNU configuration file.
author
Philip Hazel
<ph10@hermes.cam.ac.uk>
Wed, 12 Jan 2005 12:25:56 +0000
(12:25 +0000)
committer
Philip Hazel
<ph10@hermes.cam.ac.uk>
Wed, 12 Jan 2005 12:25:56 +0000
(12:25 +0000)
src/OS/Makefile-GNU
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-GNU
b/src/OS/Makefile-GNU
index 9ec916441f392063aa07bc290684a76f99ec7145..ef71d90d32d3c6c152cc5f71f854203ab899ab54 100644
(file)
--- a/
src/OS/Makefile-GNU
+++ b/
src/OS/Makefile-GNU
@@
-1,4
+1,4
@@
-# $Cambridge: exim/src/OS/Makefile-GNU,v 1.
2 2005/01/04 10:25:58
ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-GNU,v 1.
3 2005/01/12 12:25:56
ph10 Exp $
# Exim: OS-specific make file for GNU and variants.
@@
-24,7
+24,7
@@
X11_LD_LIB=$(X11)/lib
EXIWHAT_PS_ARG=ax
EXIWHAT_EGREP_ARG='/exim( |$$)'
EXIWHAT_MULTIKILL_CMD=killall
-EXIWHAT_MULTIKILL_ARG=exim
4
+EXIWHAT_MULTIKILL_ARG=exim
EXIWHAT_KILL_SIGNAL=-USR1
# End