From: sof Date: Fri, 15 Feb 2002 08:11:42 +0000 (+0000) Subject: [project @ 2002-02-15 08:11:42 by sof] X-Git-Tag: Approximately_9120_patches~34 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=98694bb7b4504b0caac879131a6b1e09a433663f;p=ghc-hetmet.git [project @ 2002-02-15 08:11:42 by sof] drop -mwin32 filtering --- diff --git a/glafp-utils/lndir/Makefile b/glafp-utils/lndir/Makefile index d2c0d6d..d85f92c 100644 --- a/glafp-utils/lndir/Makefile +++ b/glafp-utils/lndir/Makefile @@ -12,4 +12,4 @@ include $(TOP)/mk/target.mk # Win32: cygwin supports symlinks, so make sure we # don't feed in the mingw flags here. In other # words, lndir.exe is a cygwin-based app. -CC_OPTS := $(filter-out -mno-cygwin -mwin32,$(CC_OPTS)) +CC_OPTS := $(filter-out -mno-cygwin,$(CC_OPTS))