diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-17 17:22:41 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-17 17:22:41 +0000 |
commit | af16aba7e5d5e18cf04885d859650037de2c4e43 (patch) | |
tree | 58fd23badda62484c1a15132c34f8f3b61fa7a90 /utils | |
parent | cd31b294fcff964ecea6f78f20e7d5743a853631 (diff) | |
download | haskell-af16aba7e5d5e18cf04885d859650037de2c4e43.tar.gz |
Remove utils/lndir/Makefile (part of the old build system)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lndir/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/utils/lndir/Makefile b/utils/lndir/Makefile deleted file mode 100644 index ce096663cd..0000000000 --- a/utils/lndir/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -C_SRCS=lndir.c -C_PROG=lndir - -CLEAN_FILES += $(C_PROG)$(exeext) $(C_OBJS) -DESTDIR=$(INSTBINDIR) - -include $(TOP)/mk/target.mk - |