From: sof Date: Tue, 15 May 2001 19:57:08 +0000 (+0000) Subject: [project @ 2001-05-15 19:57:08 by sof] X-Git-Tag: Approximately_9120_patches~1951 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=37e76467cb12039d9328e48263a734eb205ea05a;hp=204d5aab954c9d187593cbaa3bd1a2828470a22d;p=ghc-hetmet.git [project @ 2001-05-15 19:57:08 by sof] -fglasgow-exts doesn't seem to imply -package data anymore -- add it to HC_OPTS --- diff --git a/ghc/tests/programs/callback/Makefile b/ghc/tests/programs/callback/Makefile index a826efd..911b383 100644 --- a/ghc/tests/programs/callback/Makefile +++ b/ghc/tests/programs/callback/Makefile @@ -4,7 +4,7 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SRC_HC_OPTS += -fglasgow-exts -fvia-C +SRC_HC_OPTS += -fglasgow-exts -fvia-C -package lang SRC_LD_OPTS += Main_stub.o all :: runtest diff --git a/ghc/tests/programs/zhang_ccall/Makefile b/ghc/tests/programs/zhang_ccall/Makefile index c85f52d..f6932fb 100644 --- a/ghc/tests/programs/zhang_ccall/Makefile +++ b/ghc/tests/programs/zhang_ccall/Makefile @@ -1,7 +1,7 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SRC_HC_OPTS += -fglasgow-exts +SRC_HC_OPTS += -fglasgow-exts -package lang all :: runtest