From 5acc7d3afc52907f5f1f72e4848c8619702a87a7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 3 Nov 2000 16:54:52 +0000 Subject: [PATCH] [project @ 2000-11-03 16:54:52 by simonmar] "make clean" fixes --- ghc/driver/mangler/Makefile | 5 +++-- ghc/driver/split/Makefile | 5 +++-- ghc/driver/stats/Makefile | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ghc/driver/mangler/Makefile b/ghc/driver/mangler/Makefile index 3140c42..062213f 100644 --- a/ghc/driver/mangler/Makefile +++ b/ghc/driver/mangler/Makefile @@ -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-asm -SCRIPT_OBJS = ghc-asm.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 diff --git a/ghc/driver/split/Makefile b/ghc/driver/split/Makefile index f7019be..6b545de 100644 --- a/ghc/driver/split/Makefile +++ b/ghc/driver/split/Makefile @@ -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 diff --git a/ghc/driver/stats/Makefile b/ghc/driver/stats/Makefile index 75f3aa2..8605be9 100644 --- a/ghc/driver/stats/Makefile +++ b/ghc/driver/stats/Makefile @@ -1,11 +1,10 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.1 2000/06/13 16:07:21 simonmar Exp $ +# $Id: Makefile,v 1.2 2000/11/03 16:54:52 simonmar Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk SCRIPT_PROG = ghc-stats -SCRIPT_OBJS = ghc-stats.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 -- 1.7.10.4