summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-17 18:05:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-17 18:05:27 +0000
commitce6c97711b2c62f05511b8982e5778dea6fc6967 (patch)
treefdd2f8432717fc860f4df5578fe8744fdc6cb311
parent8d6380e0f47b0b0dc3ef4328ea891801ee2443ae (diff)
(mung_msg_S.h): New rule.
-rw-r--r--init/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile
index 0d7d0051..c1e9abdc 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -25,5 +25,8 @@ target = init
init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a
+mung_msg_S.h: msg_S.h
+ sed 's/msg_server/mung_msg_server/' < $< > $@
+
include ../Makeconf