diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-08 15:45:18 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-08 15:46:27 +1100 |
commit | 87595232951cf4d6fe5e3bd9ebdc71f1442b581c (patch) | |
tree | 5a4ddd91315740c13c059fb897014136de47560c /buildtools/wafsamba | |
parent | e427f2fc813d96a59fc3a98f6a94df209c301d2b (diff) | |
download | samba-87595232951cf4d6fe5e3bd9ebdc71f1442b581c.tar.gz samba-87595232951cf4d6fe5e3bd9ebdc71f1442b581c.tar.bz2 samba-87595232951cf4d6fe5e3bd9ebdc71f1442b581c.zip |
waf: go back to the previous method of handling .inst. rules
the change broke the library linkages for some library, as spotted by
Brad
Diffstat (limited to 'buildtools/wafsamba')
-rw-r--r-- | buildtools/wafsamba/samba_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |