summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init/Makefile')
-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