From 76a87d186476e721b887417953da1ba68794a539 Mon Sep 17 00:00:00 2001 From: puggles Date: Sun, 14 Dec 2003 04:55:28 +0000 Subject: [PATCH] Add a newline to "make all make install" so that it'll ... work! git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@408 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/docs/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeglut/web-src/docs/install.php b/freeglut/web-src/docs/install.php index b120b3e..627a08d 100644 --- a/freeglut/web-src/docs/install.php +++ b/freeglut/web-src/docs/install.php @@ -34,7 +34,7 @@ generateHeader($_SERVER['PHP_SELF']);

This is as simple as:

-
make all +
make all
make install
@@ -47,4 +47,4 @@ ln -s /usr/lib/libfreeglut.so.0.2.0 /usr/lib/libglut.so.3.7.0
\ No newline at end of file +?>