From 3e14161fd0a8f0b6fb6ec98bc5ded4370e61f048 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 2 Jan 2007 21:30:58 +0000 Subject: - silenced make clean in httpd subdir - now removing .cpp files generated from .ecpp when cleaning --- httpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd') diff --git a/httpd/Makefile b/httpd/Makefile index ffa7f0b..2564585 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -30,4 +30,4 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - rm -f *.o core* libproctools.a proctest $(DEPFILE) + @rm -f *.o core* libproctools.a proctest $(DEPFILE) -- cgit v1.2.3