diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-14 13:37:43 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-14 13:37:43 +0200 |
commit | e47e91e08a890cc0ac727985ba9352a579345ace (patch) | |
tree | c82f31483e2905adb8d7a09214c365614e1592b1 /pgsql/types | |
parent | 64578ff4df26b29d211d0ef07d0b6408cc320afd (diff) |
Remove duplicated libodb-pgsql import stubs
Diffstat (limited to 'pgsql/types')
-rw-r--r-- | pgsql/types/makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pgsql/types/makefile b/pgsql/types/makefile index 88fdb4a..bdc00ea 100644 --- a/pgsql/types/makefile +++ b/pgsql/types/makefile @@ -24,15 +24,11 @@ $(call import,\ $(scf_root)/import/odb/stub.make,\ odb: odb,odb-rules: odb_rules) -$(call import,\ - $(scf_root)/import/libodb-pgsql/stub.make,\ - l: odb_pgsql.l,cpp-options: odb_pgsql.l.cpp-options) - # Build. # -$(driver): $(cxx_obj) $(odb_pgsql.l) $(common.l) +$(driver): $(cxx_obj) $(common.l) $(cxx_obj) $(cxx_od): cpp_options := -I$(out_base) -I$(src_base) -$(cxx_obj) $(cxx_od): $(odb_pgsql.l.cpp-options) $(common.l.cpp-options) +$(cxx_obj) $(cxx_od): $(common.l.cpp-options) genf := $(addprefix $(odb_hdr:.hxx=-odb),.hxx .ixx .cxx) $(odb_hdr:.hxx=.sql) gen := $(addprefix $(out_base)/,$(genf)) |