r9476: 25 May 2004 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / db-oracle / Makefile
index a313862ff5d458fc359e2a09268d0223544b6aa9..ae4912bf120884f76b86fed44b4f3c80965b9a56 100644 (file)
@@ -17,15 +17,5 @@ SUBDIRS=
 
 include ../Makefile.common
 
-base=oracle
-shared_lib=$(base).so
-
-.PHONY: all
-all: $(shared_lib)
-
-$(shared_lib): Makefile make.sh
-       CFLAGS="" LDFLAGS="" BASE=$(base) OBJECT=$(object) SOURCE=$(source) SHARED_LIB=$(shared_lib) sh make.sh
-
 .PHONY: distclean
 distclean: clean
-       rm -f $(base).so