summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-13 08:36:38 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-13 08:36:38 +0100
commit090ab487d40c75e5e0e72b39a72cb1185170232e (patch)
tree970cf6d6df2f829f699c785e9af2ff4ba6351348 /src/Makefile
parent6023a6ad2ac0294879b14127f62795095da573b5 (diff)
downloadexim4-090ab487d40c75e5e0e72b39a72cb1185170232e.tar.gz
Do not build International by default
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index bdcfe5a5f..9843b9ae4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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 \
+ -o -name config.h.defaults -print \
-o -name EDITME -print >> $@
ls OS/* >> $@