X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c1ac69960f6c08393233fe99fe44a1c99373e6df..17ba0f52b8df4e6ece849deac1b9d6b88bdc26c6:/src/src/routers/Makefile diff --git a/src/src/routers/Makefile b/src/src/routers/Makefile index 4895344db..8f2432d5e 100644 --- a/src/src/routers/Makefile +++ b/src/src/routers/Makefile @@ -1,5 +1,3 @@ -# $Cambridge: exim/src/src/routers/Makefile,v 1.2 2005/05/17 09:53:35 ph10 Exp $ - # Make file for building a library containing all the available routers and # calling it routers.a. This is called from the main make file, after cd'ing # to the directors subdirectory. The library also contains functions that @@ -14,11 +12,10 @@ OBJ = accept.o dnslookup.o ipliteral.o iplookup.o manualroute.o \ rf_set_ugid.o routers.a: $(OBJ) - @/bin/rm -f routers.a + @$(RM_COMMAND) -f routers.a @echo "$(AR) routers.a" @$(AR) routers.a $(OBJ) $(RANLIB) $@ - @/bin/rm -rf ../drtables.o .SUFFIXES: .o .c .c.o:; @echo "$(CC) $*.c"