Append $(exeext) to utils/ghc-pkg_dist_PROG
[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