diff --git a/Makefile b/Makefile
index 623efef36a522fb8b4f2868e940bc1402227771e..a61c5a228991e5d06c7ad4554b53572570b367cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # This is a GNU Makefile for Artemis
 
-# $Header: //tmp/pathsoft/artemis/Makefile,v 1.17 2006-03-17 10:33:48 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/Makefile,v 1.18 2006-04-25 08:52:52 tjc Exp $
 
 SHELL=/bin/sh
 
@@ -254,8 +254,8 @@ dist :
 	mkdir tar_build/artemis
 	rm -f artemis_compiled_latest.tar.gz
 	tar cf - $(OTHER_FILES) act art etc | (cd tar_build/artemis; tar xf -)
-	tar cf - uk nsdb type seqdb lib | (cd tar_build/artemis; tar xf -)
-	(cd tar_build; tar czvf ../artemis_compiled.tar artemis)
+	tar cf - artemis_sqlmap uk nsdb type seqdb lib | (cd tar_build/artemis; tar xf -)
+	(cd tar_build; tar cvf ../artemis_compiled.tar artemis)
 
 jar : all artemis.jar