From 9c0cd1f2b1b425510417a337aaba9a179ff8ce6e Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sat, 23 Feb 2013 15:32:23 +0100 Subject: Fixed the 'dist' target of the Makefiles. --- httpd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'httpd/Makefile') diff --git a/httpd/Makefile b/httpd/Makefile index 6aa448c..a11d57c 100644 --- a/httpd/Makefile +++ b/httpd/Makefile @@ -40,4 +40,7 @@ libhttpd.a: $(OBJS) $(AR) r $@ $^ clean: - @rm -f *.o core* libhttpd.a proctest $(DEPFILE) + @rm -f *~ *.o core* libhttpd.a proctest $(DEPFILE) + +dist: clean + @echo "Nothing to do for distribution here ..." -- cgit v1.2.3