From a2b376d3784286a3fd0bd2916dbfa12c9c8c3142 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 13 Sep 1991 21:36:19 +0000
Subject: [PATCH] Fixed typo in make distribution.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6cb34af21..c1366277d 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ distribution: clean
 	for i in ADMINISTRATION INSTALL Makefile misc_items prot-A.txt	\
 		server-async.extend server.extend what-is-unread.swe; 	\
 	do 								\
-		cp doc/$$i lyskom-$(SERVER-VER)/doc/$i			\
+		cp doc/$$i lyskom-$(SERVER-VER)/doc/$i;			\
 	done
 	mkdir lyskom-$(SERVER-VER)/doc/man
 	cp -r doc/man lyskom-$(SERVER-VER)/doc/man
-- 
GitLab