X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FMakefile;h=adda7ceb3359d6f8bb27d9879c99e9275dff0895;hb=f90d49f7dacfd209a5584c7da8ce8a275278bba1;hp=bdcfe5a5fb2f5bb05e5c29e4ba6d8e7e55ebb249;hpb=8497e842ec8a55daad7ce936aedf01227fa0f4d1;p=exim.git diff --git a/src/Makefile b/src/Makefile index bdcfe5a5f..adda7ceb3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ # appropriate links, and then creating and running the main makefile in that # directory. -# Copyright (c) University of Cambridge, 1995 - 2014 +# Copyright (c) University of Cambridge, 1995 - 2015 # 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 \ + -o -name config.h.defaults -print \ -o -name EDITME -print >> $@ ls OS/* >> $@