From: Richard Stallman Date: Thu, 3 Jun 1993 04:58:40 +0000 (+0000) Subject: (copy-headers): chmod the headers, not the dir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a8305859d2da1e7619cfda38dc3e5c45f01b65e;p=gcc.git (copy-headers): chmod the headers, not the dir. From-SVN: r4625 --- 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