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

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


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

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

Date: Sun May  1 00:38:08 2005
Author: edenny

Index: cl-gsl/c/Makefile
diff -u cl-gsl/c/Makefile:1.1.1.1 cl-gsl/c/Makefile:1.2
--- cl-gsl/c/Makefile:1.1.1.1	Wed Mar  2 02:04:53 2005
+++ cl-gsl/c/Makefile	Sun May  1 00:38:08 2005
@@ -8,7 +8,7 @@
 all: $(STUBS)
 	mv $(STUBS) ../build/
 
-cwrapperstub.$(SHLIB_SUFFIX): cwrapperstub.c
+gsl_cwrapper.$(SHLIB_SUFFIX): cwrapperstub.c
 	$(CC) $(CW_CFLAGS) -o $@ $< $(CW_LDFLAGS)
 
 clean:




More information about the Cl-gsl-cvs mailing list