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:
parent
10e0641e34
commit
e8c3da1fc0
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user