X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FMakefile;h=96c0d58ee0ed4d28614930cafb8ecbc8f72e719a;hb=a9764ac59781eec7ec4d0099d6c849059f7efc42;hp=b4f04b2e4cbf0a50910e51983d85370c29766314;hpb=0b969c4b8f7139537224878fb6159e4c98e81234;p=exim.git diff --git a/src/Makefile b/src/Makefile index b4f04b2e4..96c0d58ee 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 - 2007 +# Copyright (c) University of Cambridge, 1995 - 2014 # See the file NOTICE for conditions of use and distribution. # IRIX make uses the shell that is in the SHELL variable, which often defaults @@ -90,9 +90,11 @@ distclean:; $(RM_COMMAND) -rf build-* cscope* cscope.files: FRC echo "-q" > $@ echo "-p3" >> $@ - find src Local -name "*.[cshyl]" -print \ + find src Local OS exim_monitor -name "*.[cshyl]" -print \ + -o -name "os.h*" -print \ -o -name "*akefile*" -print \ -o -name EDITME -print >> $@ + ls OS/* >> $@ FRC: