Make sure to rebuild compiler when any compiler srcs change
Without this patch, changes to any file in compiler/ other than
compiler/compiler.jl would not trigger a rebuild of basecompiler.ji,
causing you to run with an outdated version of that .ji file (and lots
of confusion).