From 8f28250558b8787d43baea01d6ee9c7c7425d58a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 2 Feb 2018 14:12:28 +0200 Subject: Revert broken install workaround --- libbrep/buildfile | 2 +- mod/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libbrep/buildfile b/libbrep/buildfile index 7ca4623..2a87403 100644 --- a/libbrep/buildfile +++ b/libbrep/buildfile @@ -19,7 +19,7 @@ import int_libs += libbutl%lib{butl} import int_libs += libbpkg%lib{bpkg} import int_libs += libbbot%lib{bbot} -libs{brep}: \ +lib{brep}: \ {hxx ixx txx cxx}{* -version -*-odb} \ {hxx }{version} \ {hxx ixx cxx}{common-odb package-odb build-odb build-package-odb} \ diff --git a/mod/buildfile b/mod/buildfile index 61b7067..e9db67d 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -17,7 +17,7 @@ include ../web/ mod{brep}: {hxx ixx txx cxx}{* -options} \ {hxx ixx cxx}{ options} \ - ../libbrep/libs{brep} ../web/libus{web} $libs + ../libbrep/lib{brep} ../web/libus{web} $libs # Don't install any of the module's headers. # -- cgit v1.1