X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2FMakefile;h=8f2432d5eb58356b88db293364072b2eba60c399;hb=11ce40d8d043155bc87a5f564c9064e06fc4f184;hp=4895344dba457d8f2453b2b3e2008df382e48377;hpb=c1ac69960f6c08393233fe99fe44a1c99373e6df;p=user%2Fhenk%2Fcode%2Fexim.git 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"