X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fmkcompile_h;h=23dbad80cce9e16ce885d61163a5f79c1ca2b981;hb=7dd65feb6c603e13eba501c34c662259ab38e70e;hp=bce3d0fe6fbd8d3f51918098b16c2da45456987e;hpb=e33c01972239fee4696679ae5f7d1f340f424999;p=karo-tx-linux.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