[project @ 2002-02-15 08:11:42 by sof]
authorsof <unknown>
Fri, 15 Feb 2002 08:11:42 +0000 (08:11 +0000)
committersof <unknown>
Fri, 15 Feb 2002 08:11:42 +0000 (08:11 +0000)
drop -mwin32 filtering

glafp-utils/lndir/Makefile

index d2c0d6d..d85f92c 100644 (file)
@@ -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))