X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=761b2956c863ee10fedc2cd22f5e385adca73030;hb=f9ba5e2255cf18092750fffacb6a9603571a2be5;hp=ccaca1c13ca8a71f8d57904885d11e6cb073c7fd;hpb=fefe59d9280bc0b33fb9e1e89d0d664db8078542;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/Makefile b/src/Makefile index ccaca1c13..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 @@ -35,7 +35,7 @@ all: Local/Makefile configure @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) -# This pair for the convinience of of the Debian maintainers +# This pair for the convenience of of the Debian maintainers exim: Local/Makefile configure @cd build-$(buildname); $(MAKE) SHELL=$(SHELL) $(MFLAGS) exim utils: Local/Makefile configure @@ -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: