diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-01-14 18:02:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-01-14 18:02:32 +0200 |
commit | f221c0a4f291646a1e698a8de2909043e7d0313d (patch) | |
tree | 7574e32ac4e28ab04fd46c163e88e592a76eddac /common/inheritance/polymorphism/makefile | |
parent | 23a537ac98066dc3994100548890112aa6e8d8ac (diff) |
Fix bug in handling polymorphic derived classes without any value members
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 ec934f7..744c688 100644 --- a/common/inheritance/polymorphism/makefile +++ b/common/inheritance/polymorphism/makefile @@ -6,7 +6,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 +test7.hxx test8.hxx test9.hxx test10.hxx test11.hxx test12.hxx test13.hxx cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o) $(odb_hdr:.hxx=-odb.o)) cxx_od := $(cxx_obj:.o=.o.d) |