diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-03 04:58:40 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-03 04:58:40 +0000 |
commit | 0a8305859d2da1e7619cfda38dc3e5c45f01b65e (patch) | |
tree | 8becfdaca8e82d8b771068d3261f9f92d4172e07 | |
parent | 800713ef8f004875d31a242854c3513bb05f55b3 (diff) | |
download | gcc-0a8305859d2da1e7619cfda38dc3e5c45f01b65e.zip gcc-0a8305859d2da1e7619cfda38dc3e5c45f01b65e.tar.gz gcc-0a8305859d2da1e7619cfda38dc3e5c45f01b65e.tar.bz2 |
(copy-headers): chmod the headers, not the dir.
From-SVN: r4625
-rw-r--r-- | gcc/objc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 66c2029..05bba2f 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 |