[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / mk / boilerplate.mk
index 8629c89..25d5ff3 100644 (file)
@@ -16,20 +16,3 @@ TEST_TOP := $(TOP)
 TOP := $(TOP)/..
 include $(TOP)/mk/boilerplate.mk
 TOP:=$(TEST_TOP)
-
-
-# -----------------------------------------------------------------
-# Everything after this point
-# augments or overrides previously set variables.
-# (these files are optional, so `make' won't fret if it
-#  cannot get to them).
-# -----------------------------------------------------------------
-
-
-# Define TEST_PROG.  In ..../nofib/imaginary/exp3_8, PROG is exp3_8 by default.
-#
-TEST_PROG = $(notdir $(shell pwd))$(_way)
-
-# Eventually, have the binary purged
-CLEAN_FILES += $(TEST_PROG)
-