[commit: ghc] master: Remove utils/lndir/Makefile (part of the old build system) (af16aba)
Ian Lynagh
igloo at earth.li
Sun Feb 17 21:57:15 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/af16aba7e5d5e18cf04885d859650037de2c4e43
>---------------------------------------------------------------
commit af16aba7e5d5e18cf04885d859650037de2c4e43
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 17 17:22:41 2013 +0000
Remove utils/lndir/Makefile (part of the old build system)
>---------------------------------------------------------------
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 ce09666..0000000
--- 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
-
More information about the ghc-commits
mailing list