Commit 36b6a921 by Richard Stallman

(install-fixincludes): Fix typo in last change.

From-SVN: r2584
parent 2484b6d2
...@@ -1598,7 +1598,7 @@ install-fixincludes: install-headers ...@@ -1598,7 +1598,7 @@ install-fixincludes: install-headers
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 /usr/include $(OTHER_FIXINCLUDES_DIRS); do \
$(srcdir)/$(FIXINCLUDES) $(libsubdir)/include $(dir) $(srcdir); \ $(srcdir)/$(FIXINCLUDES) $(libsubdir)/include $$dir $(srcdir); \
done done
-cd $(libsubdir)/include; \ -cd $(libsubdir)/include; \
if [ -f limits.h ]; then \ if [ -f limits.h ]; then \
......
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