From 3f821f96af97695a3601c2d61634e7530df4df65 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 30 Nov 2006 06:14:59 +0000 Subject: 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 --- externals/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1