> 4) I first copy it to buildroot/X/app.rc > 5) It then gets copied into buildroot/Y/app.rc. > 6) (The copying is done via custom commands where buildroot/Y/app.rc > > depends on buildroot/X/app.rc). I'm assuming you are running UNIX. Replace this last copy by a "cp -p" That way, both files will have exactly identical timestamps. -- Peter Vanroose.