[project @ 2003-05-30 10:13:05 by simonmar]
[ghc-hetmet.git] / glafp-utils / lndir / Makefile
index c45fed8..d85f92c 100644 (file)
@@ -4,9 +4,12 @@ include $(TOP)/mk/boilerplate.mk
 C_SRCS=lndir.c
 C_PROG=lndir
 
-CLEAN_FILES += $(C_PROG) $(C_OBJS)
+CLEAN_FILES += $(C_PROG)$(exeext) $(C_OBJS)
 DESTDIR=$(INSTBINDIR)
 
 include $(TOP)/mk/target.mk
 
-CC_OPTS := $(filter-out -mno-cygwin,$(CC_OPTS))
\ No newline at end of file
+# 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,$(CC_OPTS))