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/hpux11-32-static-nothreads | |
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/hpux11-32-static-nothreads')
-rw-r--r-- | configs/hpux11-32-static-nothreads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/hpux11-32-static-nothreads b/configs/hpux11-32-static-nothreads index fa3d4c2d7b6..a2a8eda4671 100644 --- a/configs/hpux11-32-static-nothreads +++ b/configs/hpux11-32-static-nothreads @@ -22,4 +22,3 @@ GLW_LIB_NAME = libGLw.a OSMESA_LIB_NAME = libOSMesa.a # Library/program dependencies -APP_LIB_DEPS = -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm |