[elephant-cvs] CVS update: elephant/Makefile

blee at common-lisp.net blee at common-lisp.net
Tue Sep 21 01:38:57 UTC 2004


Update of /project/elephant/cvsroot/elephant
In directory common-lisp.net:/tmp/cvs-serv10579

Modified Files:
	Makefile 
Log Message:
no install anymore, should be local to asdf

Date: Tue Sep 21 03:38:56 2004
Author: blee

Index: elephant/Makefile
diff -u elephant/Makefile:1.4 elephant/Makefile:1.5
--- elephant/Makefile:1.4	Thu Sep 16 06:11:00 2004
+++ elephant/Makefile	Tue Sep 21 03:38:56 2004
@@ -15,8 +15,6 @@
 #DBLIBDIR=/usr/local/lib/db42
 #DBINCDIR=/usr/local/include/db42
 
-INSTALLDIR=/usr/local/share/common-lisp/elephant-0.2/
-
 ifeq (Darwin,$(UNAME))
 	SHARED=-bundle
 else
@@ -26,5 +24,3 @@
 libsleepycat.so: src/libsleepycat.c
 	gcc $(SHARED) -L$(DBLIBDIR) -I$(DBINCDIR) -fPIC -O3 -o $@ $< -ldb -lm
 
-install: libsleepycat.so
-	install $< $(INSTALLDIR) 





More information about the Elephant-cvs mailing list