diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 19:07:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 19:07:52 +0200 |
commit | 4ed8c2bd1097966225849df5b3e1d2f3688c6dca (patch) | |
tree | ddcc67e9c2763e328a356bdcf917caeeeb3f435f | |
parent | d3aa77d2dcb3b908d16b3b860d980451b02d2e92 (diff) |
Fix bug in buildfile some more
-rw-r--r-- | odb/pgsql/buildfile | 4 |
1 files changed, 1 insertions, 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 |