Re: Dependency issue in GNU Make?

2002-02-25 Thread Michael Opdenacker
Hello Henning, Thanks a lot for your quick answer! I double checked that your patch works on my computer too. Cheers, Michael. > Scripsit Michael Opdenacker <[EMAIL PROTECTED]> > > > I found the below problem using GNU Make 3.79.1. > > What do you think? > >

Dependency issue in GNU Make?

2002-02-20 Thread Michael Opdenacker
chael. GNU Make dependency problem testcase Reported by Michael Opdenacker <[EMAIL PROTECTED]> Feb 21, 2002 Makefile step1: touch $@ step2: step1 touch $@ step3: step2 touch $@ s