(copy-headers): chmod the headers, not the dir.
authorRichard Stallman <rms@gnu.org>
Thu, 3 Jun 1993 04:58:40 +0000 (04:58 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 3 Jun 1993 04:58:40 +0000 (04:58 +0000)
From-SVN: r4625

gcc/objc/Makefile.in

index 66c2029ea878812eb3234a2484ba852cc008c397..05bba2f27e77bb960e8787c2baab2ee5a79060b3 100644 (file)
@@ -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