From 02928be07aa6446c53f05c44fecfb8845f5cd460 Mon Sep 17 00:00:00 2001 From: stolz Date: Tue, 24 Jun 2003 08:31:35 +0000 Subject: [PATCH] [project @ 2003-06-24 08:31:35 by stolz] Make 'depend' treated GTK includes as missing when building with FrontPanel. --- ghc/rts/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 0a0fa9d..8b344b0 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -156,6 +156,7 @@ ifneq "$(GTK_CONFIG)" "" ifeq "$(GhcRtsWithFrontPanel)" "YES" SRC_HC_OPTS += `$(GTK_CONFIG) --cflags` -optc-DRTS_GTK_FRONTPANEL VisCallbacks_CC_OPTS += -Wno-unused +SRC_MKDEPENDC_OPTS += `$(GTK_CONFIG) --cflags` else # GhcRtsWithFrontPanel EXCLUDED_SRCS += $(wildcard Vis*.c) endif -- 1.7.10.4