Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
[deliverable/linux.git] / scripts / mkcompile_h
index bce3d0fe6fbd8d3f51918098b16c2da45456987e..23dbad80cce9e16ce885d61163a5f79c1ca2b981 100755 (executable)
@@ -14,7 +14,7 @@ vecho() { [ "${quiet}" = "silent_" ] || echo "$@" ; }
 # So "sudo make install" won't change the "compiled by <user>"
 # 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
This page took 0.027165 seconds and 5 git commands to generate.