X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=deblob-2.6.25;h=90502279d962d18b47745d3b664df3a93b02ce81;hb=c0666f589eded2565c1324e02d6ab489755eff3c;hp=2d056f7e710d3d7e486ba4cbc3ccea4183506c7b;hpb=09c3db739f5f81f8225a798d98323613804b3cfc;p=releases.git diff --git a/deblob-2.6.25 b/deblob-2.6.25 index 2d056f7e710d..90502279d962 100755 --- a/deblob-2.6.25 +++ b/deblob-2.6.25 @@ -46,7 +46,7 @@ # from 1 if changes are needed that require rebuilding the tarball. kver=2.6.25 extra=3++ -if unifdef /dev/null; then :; else +if unifdef -Utest /dev/null; then :; else echo unifdef is required >&2 exit 1 fi @@ -122,7 +122,7 @@ function clean_mk { function clean_ifdef { #$1 = filename $2 = macro to -U echo unifdefing $1 with -U$2 - unifdef $1 -U$2 > $1.deblob + unifdef -U$2 $1 > $1.deblob check_changed $1 }