Date: Wed, 29 Jul 1998 11:15:36 +0300 (IDT) From: Eli Zaretskii To: Andris Pavenis cc: VAMPYR , DJGPP Mailing List Subject: Re: mak3769b.zip cannot works on the makefile of Allegro. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 27 Jul 1998, Andris Pavenis wrote: > Looks that following rule is not found using 2 alpha versions of > make (3.76.90 and 3.76.94) > > */%.exe: $(OBJ)/%.o $(LIB) > gcc $(LFLAGS) -o $@ $< $(LIB) This turns out to be a generic bug in the pretest of Make, in the globbing code, no less. Thanks for reporting this, it will be fixed in the final version 3.77, due out soon.