Reorganisation of the source tree
[ghc-hetmet.git] / ghc / utils / unlit / Makefile
diff --git a/ghc/utils/unlit/Makefile b/ghc/utils/unlit/Makefile
deleted file mode 100644 (file)
index 15e7fc4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-C_SRCS=unlit.c
-C_PROG=unlit
-SRC_CC_OPTS += -O
-
-# Get it over with!
-boot :: all
-
-#
-# Install unlit in lib/
-#
-INSTALL_LIBEXECS += $(C_PROG)
-
-include $(TOP)/mk/target.mk