Commit 51d05e9f by Richard Stallman

(install-fixincludes): Add semicolon in new for-loop.

From-SVN: r2694
parent 99022b47
......@@ -1625,7 +1625,7 @@ install-fixincludes: install-headers
if [ -d $$dir ]; \
then \
$(srcdir)/$(FIXINCLUDES) $(libsubdir)/include $$dir $(srcdir); \
else true; fi \
else true; fi; \
done
-cd $(libsubdir)/include; \
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