Commit 0a830585 by Richard Stallman

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

From-SVN: r4625
parent 800713ef
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment