Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!SNOWBIRD.MINDS.CS.CMU.EDU!Jeff.Rosenfeld From: Jeff.Rosenfeld@SNOWBIRD.MINDS.CS.CMU.EDU Newsgroups: gnu.utils.bug Subject: gnu-make typo Message-ID: <8908012252.AA09078@AENEAS.MIT.EDU> Date: 1 Aug 89 22:11:52 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 I just copied version 3.54 of gnu-make over from mit-prep and found a bug in the code that is supposed to keep MAKELEVEL up-to-date. The problem is that MAKELEVEL never gets incremented. This can be fixed by pre-incrementing makelevel on line 418 in variable.c. - Jeff.