X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fmkcompile_h;h=23dbad80cce9e16ce885d61163a5f79c1ca2b981;hb=f9fd2394b194b6dcc596961021d16dbc5b222265;hp=bce3d0fe6fbd8d3f51918098b16c2da45456987e;hpb=5f1141eb352ea79d849920039503e40dd623fffa;p=pandora-kernel.git diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index bce3d0fe6fbd..23dbad80cce9 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -14,7 +14,7 @@ vecho() { [ "${quiet}" = "silent_" ] || echo "$@" ; } # So "sudo make install" won't change the "compiled by " # do "compiled by root" -if [ -r $TARGET -a ! -O include/linux/autoconf.h ]; then +if [ -r $TARGET -a ! -O include/generated/autoconf.h ]; then vecho " SKIPPED $TARGET" exit 0 fi