X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=c1233fced619cdaceb3b1534ce80f8f6b6c20e68;hb=1921d2ea1648c90d45da23f26cf8855465521426;hp=8702df9fbb4d8a2a5a42b6494bbeda50eac3ed0b;hpb=ebcb507fbcf4a0b0d75592c0d3f5193a8d3b0799;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/Makefile b/src/Makefile index 8702df9fb..c1233fced 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/Makefile,v 1.3 2005/09/12 13:50:03 ph10 Exp $ +# $Cambridge: exim/src/Makefile,v 1.4 2005/09/12 13:55:54 ph10 Exp $ # Top-level makefile for Exim; handles creating a build directory with # appropriate links, and then creating and running the main makefile in that @@ -86,4 +86,6 @@ clean_exim:; cd build-$(buildname); \ $(RM_COMMAND) -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a \ routers/*.o routers/*.a transports/*.o transports/*.a +distclean:; $(RM_COMMAND) -rf build-* + # End of top-level makefile