move runstdtest into nofib
[ghc-hetmet.git] / utils / runstdtest / Makefile
diff --git a/utils/runstdtest/Makefile b/utils/runstdtest/Makefile
deleted file mode 100644 (file)
index e9cb751..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-TOP=../..
-include $(TOP)/mk/boilerplate.mk
-
-PROG=runstdtest
-CLEAN_FILES += $(PROG)
-all::
-       $(RM) -f $(PROG)
-       echo '#!$(PERL)'                               >> $(PROG)
-       echo '$$RM             = "$(RM)";'             >> $(PROG)
-       echo '$$DEFAULT_TMPDIR = "$(DEFAULT_TMPDIR)";' >> $(PROG)
-       echo '$$CONTEXT_DIFF   = "$(CONTEXT_DIFF)";'   >> $(PROG)
-       cat $(PROG).prl                                >> $(PROG)
-       $(EXECUTABLE_FILE) $(PROG)
-
-binary-dist:
-       @:
-
-include $(TOP)/mk/target.mk