Remove obsolete $Cambridge$ CVS revision strings.
[exim.git] / src / src / auths / Makefile
index 3df035dd39dabcf00a1d2f690639fa8fee040b74..3e0e1a2cde59c0820443d239650ac456b5fbca43 100644 (file)
@@ -1,5 +1,3 @@
-# $Cambridge: exim/src/src/auths/Makefile,v 1.5 2006/10/16 15:44:36 ph10 Exp $
-
 # Make file for building a library containing all the available authorization
 # methods, and calling it auths.a. In addition, there are functions that are
 # of general use in several methods; these are in separate modules so they are
@@ -17,7 +15,6 @@ auths.a:         $(OBJ)
                 @echo "$(AR) auths.a"
                 $(FE)$(AR) auths.a $(OBJ)
                 $(RANLIB) $@
-                @$(RM_COMMAND) -rf ../drtables.o
 
 .SUFFIXES:       .o .c
 .c.o:;           @echo "$(CC) $*.c"