X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FMakefile;h=761b2956c863ee10fedc2cd22f5e385adca73030;hb=58c09a7fadb47400d4e90a6bf11d86dcc298eea9;hp=2a100bbddede0862ca3ec1597df5fb5d4f841aba;hpb=4c04137d73637107669e02b21f890387aaa2ef34;p=exim.git diff --git a/src/Makefile b/src/Makefile index 2a100bbdd..761b2956c 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 - 2015 +# Copyright (c) University of Cambridge, 1995 - 2018 # See the file NOTICE for conditions of use and distribution. # IRIX make uses the shell that is in the SHELL variable, which often defaults @@ -105,11 +105,10 @@ cscope.files: FRC echo "-q" > $@ echo "-p3" >> $@ find src Local OS exim_monitor -name "*.[cshyl]" -print \ - -o -name "os.h*" -print \ + -o -name "os.[ch]*" -print \ -o -name "*akefile*" -print \ -o -name config.h.defaults -print \ -o -name EDITME -print >> $@ - ls OS/* >> $@ FRC: