From 212f72137d493510cd11f8befef02aa8af35feb4 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 27 Apr 2009 17:19:25 +0200 Subject: [PATCH] fix 'make package' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3104e0b..a03dcb3 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ clean: rm -f *.o http_parser.c test http_parser.tar package: http_parser.c - @mkdir -p /tmp/http_parser && \ + @rm -rf /tmp/http_parser && mkdir /tmp/http_parser && \ cp README.md Makefile http_parser.c http_parser.rl \ http_parser.h test.c /tmp/http_parser && \ cd /tmp && \