Move the directory creation process outside the 'installbin.sh' script, and
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Mar 2002 01:21:02 +0000 (01:21 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 13 Mar 2002 01:21:02 +0000 (01:21 +0000)
commit7451e73ae28b91a77520347c73eedf40d5cad2e9
treec984534e41c9ced3fdd58b79a219620ec83e0936
parentb0ace3183f07692892ad793122e61dc244872ca3
Move the directory creation process outside the 'installbin.sh' script, and
into its own.  The 'installdirs' makefile entry didn't do anything on my laptop,
so it has been replaced with the section from installbin.sh.

This also fixes the bug that we ignored the setting of $(PRIVATEDIR) when
making the directories.

Finally, link pam_winbind with .po objects only, not a mix of .o and .po
(as per Don Mccall's request).

Andrew Bartlett
(This used to be commit c7a883df28da9dd6fb88198df22c4d78bf8acd8b)
source3/Makefile.in
source3/script/installbin.sh
source3/script/installdirs.sh [new file with mode: 0755]