[project @ 2000-11-03 16:54:52 by simonmar]
[ghc-hetmet.git] / ghc / driver / split / Makefile
index f7019be..6b545de 100644 (file)
@@ -1,11 +1,10 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.1 2000/06/13 16:07:20 simonmar Exp $
+# $Id: Makefile,v 1.2 2000/11/03 16:54:52 simonmar Exp $
 
 TOP=../..
 include $(TOP)/mk/boilerplate.mk
 
 SCRIPT_PROG    = ghc-split
-SCRIPT_OBJS     = ghc-split.prl
 
 INTERP=perl
 
@@ -13,4 +12,6 @@ SCRIPT_SUBST_VARS := TARGETPLATFORM
 
 INSTALL_LIBEXEC_SCRIPTS += $(SCRIPT_PROG)
 
+CLEAN_FILES += $(SCRIPT_OBJS)
+
 include $(TOP)/mk/target.mk