[cl-gsl-cvs] CVS update: cl-gsl/build/Makefile

cl-gsl-cvs at common-lisp.net cl-gsl-cvs at common-lisp.net
Sat Apr 30 22:37:33 UTC 2005


Update of /project/cl-gsl/cvsroot/cl-gsl/build
In directory common-lisp.net:/tmp/cvs-serv4310

Modified Files:
	Makefile 
Log Message:
Changed cwrappersub to gsl_cwrapper.

Date: Sun May  1 00:37:33 2005
Author: edenny

Index: cl-gsl/build/Makefile
diff -u cl-gsl/build/Makefile:1.1.1.1 cl-gsl/build/Makefile:1.2
--- cl-gsl/build/Makefile:1.1.1.1	Wed Mar  2 02:04:53 2005
+++ cl-gsl/build/Makefile	Sun May  1 00:37:33 2005
@@ -12,4 +12,4 @@
 	$(RM) $(STUBS)
 
 install_cwrapper:
-	install -m 0644 cwrapperstub.$(SHLIB_SUFFIX) $(CWRAPPER_LIBDIR)
+	install -m 0644 gsl_cwrapper.$(SHLIB_SUFFIX) $(CWRAPPER_LIBDIR)




More information about the Cl-gsl-cvs mailing list