1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

idl: get the logic of the prevous commit right

This commit is contained in:
Björn Jacke 2010-05-07 13:45:00 +02:00
parent 10e0641e34
commit e8c3da1fc0
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ for f in ${IDL_FILES}; do
list="$list $f"
break
}
test "`find $f -newer $PIDL_OUTPUTDIR/$o`" = "" && {
test "`find $f -newer $PIDL_OUTPUTDIR/$o`" != "" && {
list="$list $f"
break
}

View File

@ -25,7 +25,7 @@ for f in ${IDL_FILES}; do
list="$list $f"
break
}
test "`find $f -newer $PIDL_OUTPUTDIR/$o`" = "" && {
test "`find $f -newer $PIDL_OUTPUTDIR/$o`" != "" && {
list="$list $f"
break
}