X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=glafp-utils%2Flndir%2FMakefile;h=d85f92cf7e3ad22e95ecbdbe12a8e811c169bfe5;hb=4740cf56c774b92e02d31b4666158d70c2e85a8f;hp=c45fed8f9e37195f72609fc7b928b11651518eae;hpb=be3fac8d49252e1136c3702e02a731635233b3c4;p=ghc-hetmet.git diff --git a/glafp-utils/lndir/Makefile b/glafp-utils/lndir/Makefile index c45fed8..d85f92c 100644 --- a/glafp-utils/lndir/Makefile +++ b/glafp-utils/lndir/Makefile @@ -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))