Commit 37cbad1e by Richard Stallman

(install-common-headers): chmod assert.h in proper dir.

From-SVN: r2339
parent 10849233
......@@ -1493,7 +1493,7 @@ install-common-headers: install-dir $(USER_H) gvarargs.h gstdarg.h gstddef.h
else \
rm -f $(includedir)/assert.h; \
$(INSTALL_DATA) $(srcdir)/assert.h $(includedir)/assert.h; \
chmod a-x $(libsubdir)/include/assert.h; \
chmod a-x $(includedir)/include/assert.h; \
fi
-rm -f $(libsubdir)/include/varargs.h
$(INSTALL_DATA) $(srcdir)/gvarargs.h $(libsubdir)/include/varargs.h
......
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