diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-08-29 12:06:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-08-29 12:06:46 +0200 |
commit | b985defe92ab9107fa857d2c32b7d5182b351344 (patch) | |
tree | ece83c795e702eaa4ea534e13fa0c35bf983083a /common/inheritance/polymorphism/makefile | |
parent | a3af5aadbe45eccab791eec98859f6ad722c3b58 (diff) |
Pass non-const image to clone_image(), copy_image()
This is necessary since some databases need to steal stuff from the
original image (e.g., LOB descriptors in Oracle).
Diffstat (limited to 'common/inheritance/polymorphism/makefile')
-rw-r--r-- | common/inheritance/polymorphism/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inheritance/polymorphism/makefile b/common/inheritance/polymorphism/makefile index bfe66ab..a9cbc4e 100644 --- a/common/inheritance/polymorphism/makefile +++ b/common/inheritance/polymorphism/makefile @@ -7,7 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make cxx_tun := driver.cxx odb_hdr := test1.hxx test2.hxx test3.hxx test4.hxx test5.hxx test6.hxx \ test7.hxx test8.hxx test9.hxx test10.hxx test11.hxx test12.hxx test13.hxx \ -test14.hxx +test14.hxx test15.hxx genf := $(call odb-gen,$(odb_hdr)) gen := $(addprefix $(out_base)/,$(genf)) cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o)) $(filter %.o,$(gen:.cxx=.o)) |