Issue 70210

Summary: dmake fails on empty dynamic prerequisites
Product: Build Tools Reporter: quetschke
Component: dmakeAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: current   
Target Milestone: OOo 2.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch for dmake none

Description quetschke 2006-10-09 00:18:49 UTC
The following makefile

--- makefile.mk ---
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce

EMPTYPRQ=

all : $$(EMPTYPRQ)
	echo all
--- makefile.mk ---

fails with:

$ dmake -rf t_emptydynprq1.mk
dmake:  Error: -- `' not found, and can't be made
Comment 1 quetschke 2006-10-09 00:25:44 UTC
Created attachment 39640 [details]
Patch for dmake
Comment 2 quetschke 2006-10-09 00:28:29 UTC
Committed to dmake47.
Comment 3 quetschke 2006-10-09 00:29:01 UTC
Please verify.
Comment 4 hjs 2007-01-17 16:56:43 UTC
.
Comment 5 hjs 2007-01-23 14:47:20 UTC
seen in MWS