Re: Implicit rule chain problem

2001-03-30 Thread Paul D. Smith
Why are you using double-colon pattern rules? That's your problem. Don't do that. See the GNU make manual for a discussion of what the double-colon rules mean. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find s

Implicit rule chain problem

2001-03-30 Thread Nagy Tibor
I forgot to define the oerating system: Linux i386 2.4.1 I attached also config.h. Tibor Tibor Nagy Card and Core Banking Systems Development Project National Savings and Commercial Bank Ltd (OTP Bank) H-1051 Budapest Nad

Implicit rule chain problem

2001-03-30 Thread Nagy Tibor
The attached very simple makefile does not work properly. Chaining of implicit rules does not work. 'a.ccc' will be not created from 'a.aaa' only if I explicitly 'make' it through 'a.bbb'. See the command sequense below: ntibor@dell633:~/b2000/core(560)>cat Makefile %.bbb :: %.aaa cp $<