Date: Wed, 19 Feb 1997 16:48:57 +0200 (IST) From: Eli Zaretskii To: "Vyacheslav O. Myskin" cc: djgpp AT delorie DOT com Subject: Re: Strange rm behavour In-Reply-To: <19EF3F8347F@csd.inp.nsk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 19 Feb 1997, Vyacheslav O. Myskin wrote: > D:\TMP>make > rm dir1/* > c:/djgpp/bin/rm: dir1/*: No such file or directory (ENOENT) > make.exe: *** [all] Error 1 > ------------------------------------------------ > Nothing changes in d:\tmp\dir1 The most probable cause of this is that you use Make 3.73 compiled with DJGPP v2.0. That port of Make is incompatible with DJGPP 2.01, so upgrade. Only Make 3.75 calls `system' when it sees wildcards, like I described. Your example Makefile works for me with Make 3.75 and rm from fil313b.zip.