diff options
Diffstat (limited to 'testsuite/tests/hsc2hs/Makefile')
-rw-r--r-- | testsuite/tests/hsc2hs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/hsc2hs/Makefile b/testsuite/tests/hsc2hs/Makefile index 9fbd62c989..ec16b16474 100644 --- a/testsuite/tests/hsc2hs/Makefile +++ b/testsuite/tests/hsc2hs/Makefile @@ -24,7 +24,7 @@ hsc2hs004: '$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make $@ ./$@ -.PHONY: 3837 -3837: +.PHONY: T3837 +T3837: LANG=C '$(HSC2HS)' $@.hsc '$(TEST_HC)' $(TEST_HC_OPTS) -c $@.hs |