diff options
author | Günther Deschner <gd@samba.org> | 2009-04-14 14:55:24 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-14 14:56:59 +0200 |
commit | 1b9384a11f2957bcfbe9f23e023c79535d4a7bc9 (patch) | |
tree | e0171fd237ceda0cd93aa38b94b2782c61c2f41a /source3/script | |
parent | 74707e8e8e1be2cbaa71fb0442957be2e663cbde (diff) | |
download | samba-1b9384a11f2957bcfbe9f23e023c79535d4a7bc9.tar.gz samba-1b9384a11f2957bcfbe9f23e023c79535d4a7bc9.tar.bz2 samba-1b9384a11f2957bcfbe9f23e023c79535d4a7bc9.zip |
s3-nsswitch: fix make test_wbpad.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/wb_pad.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/wb_pad.sh b/source3/script/tests/wb_pad.sh index f1f5ca24c4..10cedc897d 100755 --- a/source3/script/tests/wb_pad.sh +++ b/source3/script/tests/wb_pad.sh @@ -46,7 +46,7 @@ cleanup() { rmdir $tempdir } -cflags="-I. -I./../lib/replace -Iinclude" +cflags="-I. -I../ -I./../lib/replace -Iinclude" ${CC:-gcc} -m32 $RPM_OPT_FLAGS $CFLAGS -o $tempdir/wb_pad_32 $cflags $tempdir/wb_pad.c if [ $? -ne 0 ]; then cleanup |