diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 19:06:17 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 19:06:17 +0000 |
commit | 502a23f7ae66c70436125e0aa5cc7f4c4e29a2bc (patch) | |
tree | a67227287983e2cbdce4ba9b6eb6ac68395d2db8 /init | |
parent | 4c7ca1f577e9b78ad6628a95558be4f050cfa0a6 (diff) |
Formerly Makefile.~10~
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 7edc0db8..ecc80994 100644 --- a/init/Makefile +++ b/init/Makefile @@ -31,7 +31,7 @@ init: $(OBJS) init.o: startup_S.h startup_reply.h notify_S.h install: init $(hurdroot) - cp init $(hurdroot)/hurd/init + $(INSTALL_BIN) init $(hurdroot)/hurd/init startup_S.h startupServer.c: $(includedir)/hurd/startup.defs $(includedir)/hurd/hurd_types.defs |