Follow-up Comment #2, bug #26593 (project make):
Here's a smaller test case:
$ cat test.make
all: foo.suffix1 foo.suffix2 prefix1.foo prefix2.foo
prefix1.% prefix2.%: %.original
@echo $@
%.suffix1 %.suffix2: %.original
@echo $@
.PHONY: foo.original
# Expected output
$ make -f test.make
foo.suffix1
prefix1.foo
# Actual output
$ ./make -f test.make
foo.suffix1
foo.suffix2
make: file.c:147: enter_file: Assertion `*name != ' '' failed.
Aborted
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26593>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make