- Fix for non-recognised DSA keys from Arkadiusz Miskiewicz
   <misiek@pld.org.pl>
diff --git a/Makefile.in b/Makefile.in
index 39f2f99..7c96adc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -140,8 +140,8 @@
 	fi
 
 host-key: ssh-keygen
-	./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ''
-	./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N ''
+	./ssh-keygen -b 1024 -f $(sysconfdir)/ssh_host_key -N ""
+	./ssh-keygen -d -f $(sysconfdir)/ssh_host_dsa_key -N ""
 
 uninstallall:	uninstall
 	-rm -f $(DESTDIR)$(sysconfdir)/ssh_config