Date: Sun, 20 Aug 2000 10:19:53 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: kourino AT hotmail DOT com Message-Id: <6480-Sun20Aug2000101952+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <399F7618.ED2DE243@hotmail.com> (message from the Icefalcon on Sun, 20 Aug 2000 06:02:42 GMT) Subject: Re: Fun with make and glibc References: <399EC6ED DOT 5C058F8D AT hotmail DOT com> <8011-Sat19Aug2000211835+0300-eliz AT is DOT elta DOT co DOT il> <399EF0ED DOT 9C55D71A AT hotmail DOT com> <7458-Sun20Aug2000082724+0300-eliz AT is DOT elta DOT co DOT il> <399F7618 DOT ED2DE243 AT hotmail DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: the Icefalcon > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 20 Aug 2000 06:02:42 GMT > > > > bash-2.03$ make > > > Makefile:134: *** missing separator (did you mean TAB instead of 8 > > > spaces?). Stop. > > > bash-2.03$ > > > > > > Der .. line 134 of Makefile is: > > > > > > all-Subdirs-files = $(wildcard $(addsuffix /Subdirs, $(config-sysdirs))) > > > > This doesn't help at all, since you didn't say what $(config-sysdirs) > > expands into. > > Well, it's a long line, but here, from config.make: > > config-sysdirs = sysdeps/standalone/i386 sysdeps/standalone > sysdeps/i386/fpu sysdeps/libm-i387 sysdeps/i386 sysdeps/wordsize-32 > sysdeps/ieee754 sysdeps/libm-ieee754 sysdeps/generic sysdeps/stub And what's the value of all-Subdirs-files, inside the Makefile? In other words, what does $wildcard produce? > Eeh ... well, with your suggestion (adding a SHELL= line) that echo bug > went away when I restored the original version. Without the SHELL= line, the DJGPP port of Make doesn't try to invoke Bash to run the shell commands (because Bash could be not installed, and because a DOS Makefile could specify commands which are not compatible with Bash).