Sender: bkorb AT sco DOT COM Message-ID: <39A3DF64.D903C30E@sco.com> Date: Wed, 23 Aug 2000 07:27:48 -0700 From: Bruce Korb Organization: The Santa Cruz Operation X-Mailer: Mozilla 4.7 [en] (X11; I; SCO_SV 3.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com Subject: I cannot rebuild fixincl.exe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hi Eli, Is your Makefile.DOS intended to only work on DOS? I tried to make the DOS-configured .exe files under UNIX: $ cd /tools/gcc/gcc/gcc/fixinc $ cd /tools/gcc/=build/gcc/fixinc $ gmake -f$OLDPWD/Makefile.DOS all gmake: *** No rule to make target `fixincl.c', needed by `fixincl.o'. Stop. (I want to do that to test the DOS logic under "make check".)