diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-24 01:48:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-24 01:48:37 +0000 |
commit | 90636a8ac329ab8b0b3175e8b1488d499894e77c (patch) | |
tree | a652fc1d21468a7449094968cc043d91f4ba7e35 | |
parent | 8bbb9ac4f66c30f278efe98ae4dbddf07301b60b (diff) |
disabled compilation of pdp and pidip in complete build since they are dying with errors
svn path=/trunk/; revision=5397
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index df67b85a..9828c468 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -117,7 +117,7 @@ else LIB_TARGETS += hid else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += pdp pidip + LIB_TARGETS += endif endif |