From 37e76467cb12039d9328e48263a734eb205ea05a Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 15 May 2001 19:57:08 +0000 Subject: [PATCH] [project @ 2001-05-15 19:57:08 by sof] -fglasgow-exts doesn't seem to imply -package data anymore -- add it to HC_OPTS --- ghc/tests/programs/callback/Makefile | 2 +- ghc/tests/programs/zhang_ccall/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4