FIX #1641: don't add auto sccs to compiler-generated bindings
[ghc-hetmet.git] / utils / genargs / Makefile
1 comma = ,
2 BAR= "-L\"foo bar\""
3 FOO= $(patsubst %,$(comma)"%",$(BAR))
4
5 test:
6         @echo "$(FOO)"
7         @echo "$(BAR)" | $(PERL) genargs.pl -comma
8         @echo