diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-20 05:53:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-20 05:53:39 +0000 |
commit | 6c9a205dc70161a0194da412755f04fb1093383e (patch) | |
tree | 93608f389b410b863af76713fa12c40a5be5dab1 /externals/Makefile | |
parent | 5a49538e3ce33837f7bf5fe465ed79289ff79f1b (diff) |
hid doesn't currently build on GNU/Linux, so remove from the auto-build
svn path=/trunk/; revision=5386
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 6b9904d3..6d27fa62 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -121,7 +121,7 @@ else LIB_TARGETS += hid else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid pdp pidip + LIB_TARGETS += pdp pidip endif endif |