From 7b74aba1f9e5d2e25b505214a238bedcd29d3a62 Mon Sep 17 00:00:00 2001 From: jtkohl Date: Mon, 23 Jan 1989 17:36:39 +0000 Subject: [PATCH] add mk_cmds --- util/imake.includes/Imake.rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/imake.includes/Imake.rules b/util/imake.includes/Imake.rules index 7aff9fc1..1a983041 100644 --- a/util/imake.includes/Imake.rules +++ b/util/imake.includes/Imake.rules @@ -211,6 +211,12 @@ clean:: @@\ @@\ depend:: concat(src,.h) +#define mk_cmds(tbl) @@\ +concat(tbl,.o): concat(tbl,.ct) @@\ + $(MAKE_COMMANDS) concat(tbl,.ct) @@\ +clean:: @@\ + $(RM) concat(src,.o) + /* * Rule for building some random object module */ -- 2.45.1