From 6c6634cd6d03ccb3ac8004a99ba984a35e207334 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Thu, 4 Jan 2007 22:58:27 +0000 Subject: remove libhttpd.a in clean target --- httpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/Makefile b/httpd/Makefile index 56231ef..0dae6bf 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -34,4 +34,4 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *.o core* libproctools.a proctest $(DEPFILE) + @rm -f *.o core* libhttpd.a proctest $(DEPFILE) -- cgit v1.2.3