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

From-SVN: r2339
This commit is contained in:
Richard Stallman 1992-10-06 18:15:46 +00:00
parent 1084923337
commit 37cbad1ed4
1 changed files with 1 additions and 1 deletions

View File

@ -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