build.Makefile-drtables
changeset 28 10d2d38cf564
equal deleted inserted replaced
27:45696d13651f 28:10d2d38cf564
       
     1 # HG changeset patch
       
     2 # Parent f9db32a302e080a1580085d582c246150a65038e
       
     3 
       
     4 diff -r f9db32a302e0 src/transports/Makefile
       
     5 --- a/src/transports/Makefile	Thu Jun 02 22:56:25 2011 +0200
       
     6 +++ b/src/transports/Makefile	Thu Jun 02 22:58:46 2011 +0200
       
     7 @@ -7,7 +7,7 @@
       
     8  OBJ = appendfile.o autoreply.o lmtp.o pipe.o smtp.o tf_maildir.o
       
     9  
       
    10  transports.a:    $(OBJ)
       
    11 -		 @$(RM_COMMAND) -f transports.a
       
    12 +		 @$(RM_COMMAND) -f transports.a ../drtables.o
       
    13  		 @echo "$(AR) transports.a"
       
    14  		 @$(AR) transports.a $(OBJ)
       
    15  		 $(RANLIB) $@