diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:05:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 18:05:27 +0000 |
commit | ce6c97711b2c62f05511b8982e5778dea6fc6967 (patch) | |
tree | fdd2f8432717fc860f4df5578fe8744fdc6cb311 /init | |
parent | 8d6380e0f47b0b0dc3ef4328ea891801ee2443ae (diff) |
(mung_msg_S.h): New rule.
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 3 |
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 |