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
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 $<