From 09bac4a66f59414065ab56a1dd6aa12af3c1b758 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 31 Jul 1996 19:24:49 +0000 Subject: (install-tools): Copy from the right place. Make the installed install-stripped executable. --- release/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index 1e9630f3..e450f4c8 100644 --- a/release/Makefile +++ b/release/Makefile @@ -53,6 +53,7 @@ endif ifneq ($(tool-root),) install-tools: - cp install-stripped $(tool-root)/ - cp tool-Makefile $(tool-root)/Makefile + cp $(srcdir)/install-stripped $(tool-root)/ + chmod +x $(tool-root)/install-stripped + cp $(srcdir)/tool-Makefile $(tool-root)/Makefile endif -- cgit v1.2.3