From: stolz Date: Tue, 24 Jun 2003 08:31:35 +0000 (+0000) Subject: [project @ 2003-06-24 08:31:35 by stolz] X-Git-Tag: Approx_11550_changesets_converted~749 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=02928be07aa6446c53f05c44fecfb8845f5cd460;p=ghc-hetmet.git [project @ 2003-06-24 08:31:35 by stolz] Make 'depend' treated GTK includes as missing when building with FrontPanel. --- 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