From 4ed8c2bd1097966225849df5b3e1d2f3688c6dca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Aug 2017 19:07:52 +0200 Subject: Fix bug in buildfile some more --- odb/pgsql/buildfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index 5325a30..a45e593 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -49,11 +49,9 @@ details/: cli.cxx{*}: install = false } else - { # No install for the pre-generated case. # - {hxx ixx}{options}@./: install = false - } + hxx{options}@./ ixx{options}@./: install = false } # Install into the odb/pgsql/ subdirectory of, say, /usr/include/ recreating -- cgit v1.1