Suppresses linked static library nonsense
Index: C/GNUmakefile
--- C/GNUmakefile.orig
+++ C/GNUmakefile
@@ -333,10 +333,6 @@ install : build
 	     $(INSTALL) -m 644 $(WCSLIB) $(LIBDIR) ; \
 	   fi
 	   $(RANLIB) $(LIBDIR)/$(WCSLIB)
-	-  if [ -h "$(LIBDIR)/libwcs.a" ] ; then \
-	     $(RM) $(LIBDIR)/libwcs.a ; \
-	   fi
-	   $(LN_S) $(WCSLIB) $(LIBDIR)/libwcs.a
 	   if [ "$(SHRLIB)" != "" ] ; then \
 	     $(INSTALL) -m 755 $(SHRLIB) $(LIBDIR) ; \
 	     if [ -h "$(LIBDIR)/$(SONAME)" ] ; then \
