mohawk2 / dmake

dmake - formerly used by openoffice.org
Other
15 stars 6 forks source link

Bug 106439 - dmake: whitespace required before colon #4

Open mohawk2 opened 10 years ago

mohawk2 commented 10 years ago

dmake 4.12 on the below makefile.mk fails with "`b:' not found, and can't be made" as it apparently mis-parses the "{$X}:" part ("{$X} :" would work, but dmake/man/dmake.nc states that "[the] rule operator [...] does not require white space to precede or follow it").

X = a b

Y .PHONY : $X

a b :
        touch $@

{$X}: makefile.mk
mohawk2 commented 10 years ago

https://issues.apache.org/ooo/show_bug.cgi?id=106439