git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix ESMTP MAIL command option processing
[users/heiko/exim.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index bdcfe5a5fb2f5bb05e5c29e4ba6d8e7e55ebb249..adda7ceb3359d6f8bb27d9879c99e9275dff0895 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-2,7
+2,7
@@
# appropriate links, and then creating and running the main makefile in that
# directory.
# appropriate links, and then creating and running the main makefile in that
# directory.
-# Copyright (c) University of Cambridge, 1995 - 201
4
+# Copyright (c) University of Cambridge, 1995 - 201
5
# See the file NOTICE for conditions of use and distribution.
# IRIX make uses the shell that is in the SHELL variable, which often defaults
# See the file NOTICE for conditions of use and distribution.
# IRIX make uses the shell that is in the SHELL variable, which often defaults
@@
-101,6
+101,7
@@
cscope.files: FRC
find src Local OS exim_monitor -name "*.[cshyl]" -print \
-o -name "os.h*" -print \
-o -name "*akefile*" -print \
find src Local OS exim_monitor -name "*.[cshyl]" -print \
-o -name "os.h*" -print \
-o -name "*akefile*" -print \
+ -o -name config.h.defaults -print \
-o -name EDITME -print >> $@
ls OS/* >> $@
-o -name EDITME -print >> $@
ls OS/* >> $@