diff --git a/bin/makedists b/bin/makedists
index bab5d48660aecdbe6e9705ee3305b287c095bc74..0b8956d8e03263466579df47274c9c86e43c33cd 100755
--- a/bin/makedists
+++ b/bin/makedists
@@ -26,7 +26,7 @@ gzip -cd $FULL_TARFILE | tar xvf -
 
 PIKEDIR=`echo *`
 
-( cd $PIKEDIR/src/modules ; rm -rf  Odbc Oracle Postgres )
+( cd $PIKEDIR/src/modules ; rm -rf  Odbc Oracle )
 
 echo building $DIR/$BASE_TARFILE-sweden.tar.gz
 tar cf - $PIKEDIR | gzip -c9 >$DIR/$BASE_TARFILE-sweden.tar.gz