Re: [bug #21854] Dependency to a -l to be made in a not yet existing directory doesn't match(?)

2007-12-20 Thread Sam Ravnborg
> > gmake > > will fail, giving > > gmake: *** No rule to make target `-lfunny_name', needed by `my_program'. > Stop. > > while > > "mkdir temp; gmake" To create a directory I usually do: obj := temp # Create output directory if not already present _dummy := $(shell [ -d $(obj) ] || mkdir

[bug #21854] Dependency to a -l to be made in a not yet existing directory doesn't match(?)

2007-12-20 Thread Jesper Blommaskog
URL: Summary: Dependency to a -l to be made in a not yet existing directory doesn't match(?) Project: make Submitted by: jesperb Submitted on: torsdag 2007-12-20 den 11:31 Severity: 3