Commit 711f122a by Richard Stallman

(install-fixincludes): Use SYSTEM_HEADER_DIR.

From-SVN: r2801
parent 01995578
...@@ -1626,7 +1626,7 @@ install-fixincludes: install-headers ...@@ -1626,7 +1626,7 @@ install-fixincludes: install-headers
done; \ done; \
rm -rf * rm -rf *
# Install fixed copies of system files. # Install fixed copies of system files.
for dir in /usr/include $(OTHER_FIXINCLUDES_DIRS); do \ for dir in $(SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS); do \
if [ -d $$dir ]; \ if [ -d $$dir ]; \
then \ then \
$(srcdir)/$(FIXINCLUDES) $(libsubdir)/include $$dir $(srcdir); \ $(srcdir)/$(FIXINCLUDES) $(libsubdir)/include $$dir $(srcdir); \
......
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