X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Frouters%2FMakefile;h=8f2432d5eb58356b88db293364072b2eba60c399;hb=20586bdc24045da63928cbdaace2f036e3c80bd5;hp=637122b1d75991a6278b1193c671f7b9aa61da01;hpb=ebcb507fbcf4a0b0d75592c0d3f5193a8d3b0799;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/routers/Makefile b/src/src/routers/Makefile index 637122b1d..8f2432d5e 100644 --- a/src/src/routers/Makefile +++ b/src/src/routers/Makefile @@ -1,5 +1,3 @@ -# $Cambridge: exim/src/src/routers/Makefile,v 1.3 2005/09/12 13:50:03 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 @@ -18,7 +16,6 @@ routers.a: $(OBJ) @echo "$(AR) routers.a" @$(AR) routers.a $(OBJ) $(RANLIB) $@ - @$(RM_COMMAND) -rf ../drtables.o .SUFFIXES: .o .c .c.o:; @echo "$(CC) $*.c"