RE: Non existing target not marked as new

2017-02-12 Thread Raz Manor
lp. Peace and love, Raz -Original Message- From: Paul Smith [mailto:psm...@gnu.org] Sent: Thursday, February 9, 2017 5:54 PM To: Raz Manor ; bug-make@gnu.org Subject: Re: Non existing target not marked as new On Thu, 2017-02-09 at 08:16 +, Raz Manor wrote: > Unfortunately I can&

RE: Non existing target not marked as new

2017-02-09 Thread Raz Manor
d/common/tests/timer_test'. make: 'build/common/tests/timer_test' is up to date. I removed the other .d files includes but that’s the idea. Note the line Prerequisite 'build/common/tests/timer_test.d' of target 'build/common/tests/timer_test.o' does not exist

Non existing target not marked as new

2017-02-08 Thread Raz Manor
Hello, I created a makefile using instructions for this post: http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/ To test it, I make all my files, then deleted one .d file and touched one of the header files present in that .d file. The target, however, was not rebuilt. Run