From b7ca2b519294846af507f3af1aeb6244b981710d Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 16:01:57 +0200 Subject: Correct makefile ommissions --- pgsql/template/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pgsql/template') diff --git a/pgsql/template/makefile b/pgsql/template/makefile index 6dc0aad..518cab0 100644 --- a/pgsql/template/makefile +++ b/pgsql/template/makefile @@ -6,7 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make cxx_tun := driver.cxx -odb_hdr := +odb_hdr := test.hxx cxx_obj := $(addprefix $(out_base)/,$(cxx_tun:.cxx=.o)) cxx_od := $(cxx_obj:.o=.o.d) -- cgit v1.1