Re: Tiny typo in manual of 3.79.1

2001-07-04 Thread Paul D. Smith
Yup, this is fixed in the latest devel sources. Thanks... -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://www.paulandlesley.org/gmake/ "Ple

Tiny typo in manual of 3.79.1

2001-07-04 Thread Alexey Mahotkin
I do not know whether it's already fixed, but: --- make.texinfoTue Jun 20 18:00:17 2000 +++ make.texinfo-newWed Jul 4 15:56:58 2001 @@ -,7 +,7 @@ subdirs: $(SUBDIRS) $(SUBDIRS): -$(MAKE) -C $@ +$(MAKE) -C $@@ foo: baz @end group --alexm