--- Makefile.orig	Fri Nov 14 13:33:53 1997
+++ Makefile	Sat Dec 27 23:46:53 1997
@@ -16,10 +16,16 @@
 SHELL=/bin/sh
 
 FORMHEADER=forms.h
-FORMLIB=libforms.a
+FORMLIB=libxforms.a
 
 .include "mkconfig.h"
 ##### don't change anything after this line ####
+
+all:  link
+
+link:
+	-@mv FORMS/libforms.a FORMS/$(FORMLIB);
+	-@mv FORMS/libforms.so.0.88 FORMS/$(SHARED_LIB)
 
 demo: 
 	@(cd DEMOS; make) 
