diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-10-08 22:29:55 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-10-08 22:29:55 +0000 |
commit | d20295a6c64cabd2cf2320e86beb037c53cac4e6 (patch) | |
tree | 1f9c5316e2d767b5f491054e19b87c21d1fe620f | |
parent | c01c63c3a6137b1dfcad83b2e87febdffd22e1d2 (diff) | |
download | ioquake3-aero-d20295a6c64cabd2cf2320e86beb037c53cac4e6.tar.gz ioquake3-aero-d20295a6c64cabd2cf2320e86beb037c53cac4e6.zip |
fix comment
git-svn-id: svn://svn.icculus.org/quake3/trunk@1651 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ SDLHDIR=$(MOUNT_DIR)/SDL12 LIBSDIR=$(MOUNT_DIR)/libs TEMPDIR=/tmp -# We won't need this if we want to build the client +# We won't need this if we only build the server ifneq ($(BUILD_CLIENT),0) # set PKG_CONFIG_PATH to influence this, e.g. # PKG_CONFIG_PATH=/opt/cross/i386-mingw32msvc/lib/pkgconfig |