From 87595232951cf4d6fe5e3bd9ebdc71f1442b581c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 8 Nov 2010 15:45:18 +1100 Subject: waf: go back to the previous method of handling .inst. rules the change broke the library linkages for some library, as spotted by Brad --- buildtools/wafsamba/samba_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_install.py') diff --git a/buildtools/wafsamba/samba_install.py b/buildtools/wafsamba/samba_install.py index bf534f0c6f..0196bd9535 100644 --- a/buildtools/wafsamba/samba_install.py +++ b/buildtools/wafsamba/samba_install.py @@ -83,7 +83,7 @@ def install_library(self): # install link. That stops us from overwriting the existing build # target, which has different ldflags self.done_install_library = True - t = self + t = self.clone('default') t.posted = False t.target += '.inst' self.env.RPATH = build_ldflags -- cgit