From 0a8305859d2da1e7619cfda38dc3e5c45f01b65e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 3 Jun 1993 04:58:40 +0000 Subject: [PATCH] (copy-headers): chmod the headers, not the dir. From-SVN: r4625 --- gcc/objc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 66c2029ea87..05bba2f27e7 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -72,7 +72,7 @@ copy-headers: for file in $(OBJC_H); do \ realfile=$(srcdir)/objc/$$file; \ cp $$realfile $(incinstalldir)/objc; \ - chmod a+r $(incinstalldir)/objc; \ + chmod a+r $(incinstalldir)/objc/$$file; \ done sendmsg.o: sendmsg.c fflags -- 2.30.2