diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-30 06:14:59 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-11-30 06:14:59 +0000 |
commit | 3f821f96af97695a3601c2d61634e7530df4df65 (patch) | |
tree | ca92c64317c2f47d2b2450be487cba782cc6c0b0 | |
parent | 5768df8b66c5a74b10bda984468ce3979878a2ba (diff) |
found the stupid typo, it now works on Mac OS X, and is included in the linux and darwin auto-build
svn path=/trunk/; revision=6534
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 542c28fc..ce978d0e 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -135,7 +135,7 @@ else LIB_TARGETS += hid hidio else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid pdp pidip + LIB_TARGETS += hid hidio pdp pidip endif endif |