remove empty dir
[ghc-hetmet.git] / ghc / driver / mangler / Makefile
index 3140c42..7b482e1 100644 (file)
@@ -1,11 +1,10 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.1 2000/06/13 16:07:20 simonmar Exp $
+# $Id: Makefile,v 1.3 2001/03/23 16:36:21 simonmar Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 
 SCRIPT_PROG    = ghc-asm
-SCRIPT_OBJS     = ghc-asm.prl
 
 INTERP=perl
 
@@ -13,4 +12,11 @@ SCRIPT_SUBST_VARS := TARGETPLATFORM
 
 INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG)
 
+CLEAN_FILES += $(SCRIPT_OBJS)
+
+# needed for bootstrapping with HC files
+ifeq "$(BootingFromHc)" "YES"
+boot :: all
+endif
+
 include $(TOP)/mk/target.mk