### SPAR <http://www.cpan.org/scripts/>
### 10 644 1103070911 1406670668 makefile
# This verifies that wildcards finally do match filenames containing comma.
# They didn't because that used to get interpreted as argument separators.
# Test that this is no longer the case.
X := $(wildcard *)
$(phony default): x
x:
&echo $(join $(X),1 2 3 4) -o $@
### D 755 1103070976 1103070920 answers
### 1 644 1103070920 1406670634 answers/x
answers1 makefile2 x,y3 4
### 0 644 1103070741 1304122791 x,y