(copy-headers): chmod the headers, not the dir.

From-SVN: r4625
This commit is contained in:
Richard Stallman 1993-06-03 04:58:40 +00:00
parent 800713ef8f
commit 0a8305859d
1 changed files with 1 additions and 1 deletions

View 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