diff options
author | Matt Turner <[email protected]> | 2011-09-18 17:34:47 -0400 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-19 07:39:19 -0600 |
commit | f534c1341347438ed7607b0afa12244df8f1cd0a (patch) | |
tree | ff0c83166b45e0fdf2385dfb05a37a742d8730af /configs/sunos5-smp | |
parent | 75eb92fb28545bd57281e465c1dadf63b38ab55a (diff) |
Remove unused APP_LIB_DEPS variable
Unused since removal of demos from the repository?
Signed-off-by: Matt Turner <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'configs/sunos5-smp')
-rw-r--r-- | configs/sunos5-smp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sunos5-smp b/configs/sunos5-smp index 93132b64304..2d3e1026e5a 100644 --- a/configs/sunos5-smp +++ b/configs/sunos5-smp @@ -13,5 +13,4 @@ CXXFLAGS = -KPIC -Xa -native -fast -xO5 -xlibmil -xsafe=mem -xdepend -I/usr/open GL_LIB_DEPS = -L/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -lm GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L/usr/openwin/lib -lXt -lX11 -APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -lX11 -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm -lCrun |