Fix building genprimopcode with GHC 7.0, and remove haskell98 imports
[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