(install-common-headers): chmod assert.h in proper dir.
From-SVN: r2339
This commit is contained in:
parent
1084923337
commit
37cbad1ed4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user