X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Frouters%2FMakefile;h=4895344dba457d8f2453b2b3e2008df382e48377;hp=5e8ddeebc0acdf460ad0efdad8ceedf5202d5adb;hb=c1ac69960f6c08393233fe99fe44a1c99373e6df;hpb=c9f149f54159a21512e6cd88df8f23a30a5fd038 diff --git a/src/src/routers/Makefile b/src/src/routers/Makefile index 5e8ddeebc..4895344db 100644 --- a/src/src/routers/Makefile +++ b/src/src/routers/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/routers/Makefile,v 1.1 2004/10/07 13:10:02 ph10 Exp $ +# $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 @@ -14,13 +14,15 @@ OBJ = accept.o dnslookup.o ipliteral.o iplookup.o manualroute.o \ rf_set_ugid.o routers.a: $(OBJ) - /bin/rm -f routers.a - $(AR) routers.a $(OBJ) + @/bin/rm -f routers.a + @echo "$(AR) routers.a" + @$(AR) routers.a $(OBJ) $(RANLIB) $@ - /bin/rm -rf ../drtables.o + @/bin/rm -rf ../drtables.o .SUFFIXES: .o .c -.c.o:; $(CC) -c $(CFLAGS) $(INCLUDE) $*.c +.c.o:; @echo "$(CC) $*.c" + $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) $*.c rf_change_domain.o: $(HDRS) rf_change_domain.c rf_functions.h rf_expand_data.o: $(HDRS) rf_expand_data.c rf_functions.h