X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-oracle%2FMakefile;h=ae4912bf120884f76b86fed44b4f3c80965b9a56;hp=a313862ff5d458fc359e2a09268d0223544b6aa9;hb=319c3f230d40fe8d37203a9a53129ffe6a095c62;hpb=2a595b27aefd54e9425548f9dd8e303c5bbd5cd4 diff --git a/db-oracle/Makefile b/db-oracle/Makefile index a313862..ae4912b 100644 --- a/db-oracle/Makefile +++ b/db-oracle/Makefile @@ -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