Date: Mon, 27 Jul 1998 16:47:12 +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) Thanks, I will look into this. > I used configure scripts under bash to build it, as I think BAT files > for this purpose s**ks Make doesn't use batch files, it uses configh.dos and Makefile.dos which come with the distribution. The configure script won't run unaltered, as we all know, and if you ever tried to convince a GNU maintainer into making changes that are required to make the script run on DOS/Windows, you probably know how tricky is that. But please feel free to take over maintaining the DJGPP port of Make, submitting such changes to the GNU maintainer, etc. I will happily relinquish my responsibility.