--- Makefile	2004-08-12 12:15:17.793898040 +0200
+++ Makefile	2004-08-12 12:16:14.828227504 +0200
@@ -242,7 +242,7 @@
 # export NOAUDIOCODECS=true
 # export NOVIDEO=true
 
-SUBDIRS := src samples/simple
+SUBDIRS := src
 
 ifneq (,$(wildcard dump323))
 SUBDIRS += dump323
--- src/Makefile	2004-08-12 11:01:34.167391488 +0200
+++ src/Makefile	2004-08-12 11:01:56.718963128 +0200
@@ -888,8 +888,8 @@
 
 # If we're cross compiling, we want the host's asnparser
 # otherwise use the one for the current platform
-ASNPARSE_DIR = $(HOSTPWLIBDIR)/tools/asnparser
-ASNPARSER = $(ASNPARSE_DIR)/obj_$(HOST_PLATFORM_TYPE)_r/asnparser
+ASNPARSE_DIR = /usr/bin
+ASNPARSER = $(ASNPARSE_DIR)/asnparser
 
 
 # If not cross compiling then make sure asnparser is built
