X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftransports%2FMakefile;h=2cbeb7c50e8702ec87e111bd2c9a71304ddb8a1d;hb=48c7f9e2e3b50cd5548447de62c77c7ddfe21519;hp=fdbf3e8441fcbd45c4c9b5f53ab3ffa3eedbb926;hpb=c1ac69960f6c08393233fe99fe44a1c99373e6df;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/transports/Makefile b/src/src/transports/Makefile index fdbf3e844..2cbeb7c50 100644 --- a/src/src/transports/Makefile +++ b/src/src/transports/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/transports/Makefile,v 1.2 2005/05/17 09:53:35 ph10 Exp $ +# $Cambridge: exim/src/src/transports/Makefile,v 1.3 2005/09/12 13:50:04 ph10 Exp $ # Make file for building a library containing all the available transports and # calling it transports.a. This is called from the main make file, after cd'ing @@ -7,11 +7,11 @@ OBJ = appendfile.o autoreply.o lmtp.o pipe.o smtp.o tf_maildir.o transports.a: $(OBJ) - @/bin/rm -f transports.a + @$(RM_COMMAND) -f transports.a @echo "$(AR) transports.a" @$(AR) transports.a $(OBJ) $(RANLIB) $@ - @/bin/rm -rf ../drtables.o + @$(RM_COMMAND) -rf ../drtables.o .SUFFIXES: .o .c .c.o:; @echo "$(CC) $*.c"